#b76fcf

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

Shades of Medium Orchid #B76FCF

Tints of Medium Orchid #B76FCF

Color information

#B76FCF (or 0xB76FCF) is unknown color: approx Medium Orchid. HEX triplet: B7, 6F and CF. RGB value is (183,111,207). Sum of RGB (Red+Green+Blue) = 183+111+207=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FCF is #489030. Grayscale: #8F8F8F. Windows color (decimal): -4755505 or 13594551. OLE color: 13594551.

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

Color convert

RGB183111207-
CMYK0.120.4600.19
HSL285º50%62.35%-
HSV(B)285º46.38%81.18%-
XYZ36.4825.9462.12-
YUV143.47163.85156.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=36.53%
G=22.16%
B=41.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831112070.120.4600.192855062.35
HexB76FCFC2E01311d323e
Octal26715731714560234356276
Binary101101111101111110011111100101110010011100011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76fcf; }

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

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

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

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

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

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

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

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