#B76BCC

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

Shades of Medium Orchid #B76BCC

Tints of Medium Orchid #B76BCC

Color information

#B76BCC (or 0xB76BCC) is unknown color: approx Medium Orchid. HEX triplet: B7, 6B and CC. RGB value is (183,107,204). Sum of RGB (Red+Green+Blue) = 183+107+204=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCC is #489433. Grayscale: #8C8C8C. Windows color (decimal): -4756532 or 13396919. OLE color: 13396919.

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

Color convert

RGB183107204-
CMYK0.100.4800.2
HSL287.01º48.74%60.98%-
HSV(B)287.01º47.55%80%-
XYZ35.6924.9460.06-
YUV140.78163.68158.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=37.04%
G=21.66%
B=41.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831072040.100.4800.2287.0148.7460.98
HexB76BCCA3001411f313d
Octal26715331412600244376175
Binary101101111101011110011001010110000010100100011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BCC; }

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

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

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

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

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

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

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

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