#b553d7

Color #B553D7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B553D7

Tints of Medium Orchid #B553D7

Color information

#B553D7 (or 0xB553D7) is unknown color: approx Medium Orchid. HEX triplet: B5, 53 and D7. RGB value is (181,83,215). Sum of RGB (Red+Green+Blue) = 181+83+215=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #B553D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553D7 is #4AAC28. Grayscale: #7E7E7E. Windows color (decimal): -4893737 or 14111669. OLE color: 14111669.

HSL color Cylindrical-coordinate representation of color #B553D7: hue angle of 284.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B553D7 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18183215-
CMYK0.160.6100.16
HSL284.55º62.26%58.43%-
HSV(B)284.55º61.4%84.31%-
XYZ34.4220.9266.51-
YUV127.35177.47166.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 83 (32.81% from 255) = 17.33%
BLUE value IS 215 (84.38% from 255) = 44.89%
R=37.79%
G=17.33%
B=44.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181832150.160.6100.16284.5562.2658.43
HexB553D7103D01011d3e3a
Octal26512332720750204357672
Binary1011010110100111101011110000111101010000100011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b553d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b553d7; }

 p { color: rgb(181,83,215); }

 H1.HeaderClassName
 {
   color: #b553d7;
 }
 .AnyTagClassName
 {
   color: #b553d7;
 }
</style>
background-color css

<style>
 a { background-color: #b553d7; }

 a { background-color: rgb(181,83,215); }

 div.DivClassName
 {
   background-color: #b553d7;
 }
 .BgClassName
 {
   background-color: #b553d7;
 }
</style>
border-color css

<style>
 span { border-color: #b553d7; }

 span { border-color: rgb(181,83,215); }

 td.TdClassName
 {
   border-color: #b553d7;
 }
 .TagClassName
 {
   border-color: #b553d7;
 }
</style>