#B55FCC

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

Shades of Medium Orchid #B55FCC

Tints of Medium Orchid #B55FCC

Color information

#B55FCC (or 0xB55FCC) is unknown color: approx Medium Orchid. HEX triplet: B5, 5F and CC. RGB value is (181,95,204). Sum of RGB (Red+Green+Blue) = 181+95+204=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B55FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FCC is #4AA033. Grayscale: #848484. Windows color (decimal): -4890676 or 13393845. OLE color: 13393845.

HSL color Cylindrical-coordinate representation of color #B55FCC: hue angle of 287.34º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55FCC is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18195204-
CMYK0.110.5300.2
HSL287.34º51.66%58.63%-
HSV(B)287.34º53.43%80%-
XYZ34.0522.3759.65-
YUV133.14167.99162.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=37.71%
G=19.79%
B=42.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181952040.110.5300.2287.3451.6658.63
HexB55FCCB3501411f343b
Octal26513731413650244376473
Binary101101011011111110011001011110101010100100011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FCC; }

 p { color: rgb(181,95,204); }

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

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

 a { background-color: rgb(181,95,204); }

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

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

 span { border-color: rgb(181,95,204); }

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