#b76fce

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

Shades of Medium Orchid #B76FCE

Tints of Medium Orchid #B76FCE

Color information

#B76FCE (or 0xB76FCE) is unknown color: approx Medium Orchid. HEX triplet: B7, 6F and CE. RGB value is (183,111,206). Sum of RGB (Red+Green+Blue) = 183+111+206=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #B76FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FCE is #489031. Grayscale: #8F8F8F. Windows color (decimal): -4755506 or 13529015. OLE color: 13529015.

HSL color Cylindrical-coordinate representation of color #B76FCE: hue angle of 285.47º degrees, saturation: 0.49, 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 #B76FCE is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183111206-
CMYK0.110.4600.19
HSL285.47º49.22%62.16%-
HSV(B)285.47º46.12%80.78%-
XYZ36.3525.8961.47-
YUV143.36163.35156.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=36.6%
G=22.2%
B=41.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831112060.110.4600.19285.4749.2262.16
HexB76FCEB2E01311d313e
Octal26715731613560234356176
Binary101101111101111110011101011101110010011100011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76fce; }

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

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

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

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

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

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

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

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