#B76CCF

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

Shades of Medium Orchid #B76CCF

Tints of Medium Orchid #B76CCF

Color information

#B76CCF (or 0xB76CCF) is unknown color: approx Medium Orchid. HEX triplet: B7, 6C and CF. RGB value is (183,108,207). Sum of RGB (Red+Green+Blue) = 183+108+207=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CCF is #489330. Grayscale: #8D8D8D. Windows color (decimal): -4756273 or 13593783. OLE color: 13593783.

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

Color convert

RGB183108207-
CMYK0.120.4800.19
HSL285.45º50.77%61.76%-
HSV(B)285.45º47.83%81.18%-
XYZ36.1525.362.01-
YUV141.71164.85157.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 108 (42.58% from 255) = 21.69%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=36.75%
G=21.69%
B=41.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831082070.120.4800.19285.4550.7761.76
HexB76CCFC3001311d333e
Octal26715431714600234356376
Binary101101111101100110011111100110000010011100011101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CCF; }

 p { color: rgb(183,108,207); }

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

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

 a { background-color: rgb(183,108,207); }

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

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

 span { border-color: rgb(183,108,207); }

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