#B76BCB

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

Shades of Medium Orchid #B76BCB

Tints of Medium Orchid #B76BCB

Color information

#B76BCB (or 0xB76BCB) is unknown color: approx Medium Orchid. HEX triplet: B7, 6B and CB. RGB value is (183,107,203). Sum of RGB (Red+Green+Blue) = 183+107+203=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B76BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCB is #489434. Grayscale: #8C8C8C. Windows color (decimal): -4756533 or 13331383. OLE color: 13331383.

HSL color Cylindrical-coordinate representation of color #B76BCB: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76BCB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183107203-
CMYK0.100.4700.20
HSL287.5º48%60.78%-
HSV(B)287.5º47.29%79.61%-
XYZ35.5724.8959.43-
YUV140.67163.18158.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=37.12%
G=21.70%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831072030.100.4700.20287.54860.78
HexB76BCBA2F014120303d
Octal26715331312570244406075
Binary101101111101011110010111010101111010100100100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BCB; }

 p { color: rgb(183,107,203); }

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

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

 a { background-color: rgb(183,107,203); }

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

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

 span { border-color: rgb(183,107,203); }

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