#B76BEC

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

Shades of Medium Orchid #B76BEC

Tints of Medium Orchid #B76BEC

Color information

#B76BEC (or 0xB76BEC) is unknown color: approx Medium Orchid. HEX triplet: B7, 6B and EC. RGB value is (183,107,236). Sum of RGB (Red+Green+Blue) = 183+107+236=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #B76BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEC is #489413. Grayscale: #8F8F8F. Windows color (decimal): -4756500 or 15494071. OLE color: 15494071.

HSL color Cylindrical-coordinate representation of color #B76BEC: hue angle of 275.35º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76BEC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183107236-
CMYK0.220.5500.07
HSL275.35º77.25%67.25%-
HSV(B)275.35º54.66%92.55%-
XYZ39.9326.6482.39-
YUV144.43179.68155.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 107 (42.19% from 255) = 20.34%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=34.79%
G=20.34%
B=44.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831072360.220.5500.07275.3577.2567.25
HexB76BEC1637071134d43
Octal267153354266707423115103
Binary1011011111010111110110010110110111011110001001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BEC; }

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

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

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

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

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

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

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

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