#B554CE

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

Shades of Medium Orchid #B554CE

Tints of Medium Orchid #B554CE

Color information

#B554CE (or 0xB554CE) is unknown color: approx Medium Orchid. HEX triplet: B5, 54 and CE. RGB value is (181,84,206). Sum of RGB (Red+Green+Blue) = 181+84+206=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #B554CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554CE is #4AAB31. Grayscale: #7E7E7E. Windows color (decimal): -4893490 or 13522101. OLE color: 13522101.

HSL color Cylindrical-coordinate representation of color #B554CE: hue angle of 287.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B554CE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18184206-
CMYK0.120.5900.19
HSL287.7º55.45%56.86%-
HSV(B)287.7º59.22%80.78%-
XYZ33.3720.6260.61-
YUV126.91172.64166.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 84 (33.20% from 255) = 17.83%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=38.43%
G=17.83%
B=43.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181842060.120.5900.19287.755.4556.86
HexB554CEC3B0131203739
Octal26512431614730234406771
Binary101101011010100110011101100111011010011100100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B554CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B554CE; }

 p { color: rgb(181,84,206); }

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

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

 a { background-color: rgb(181,84,206); }

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

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

 span { border-color: rgb(181,84,206); }

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