#B76EEA

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

Shades of Medium Orchid #B76EEA

Tints of Medium Orchid #B76EEA

Color information

#B76EEA (or 0xB76EEA) is unknown color: approx Medium Orchid. HEX triplet: B7, 6E and EA. RGB value is (183,110,234). Sum of RGB (Red+Green+Blue) = 183+110+234=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #B76EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EEA is #489115. Grayscale: #919191. Windows color (decimal): -4755734 or 15363767. OLE color: 15363767.

HSL color Cylindrical-coordinate representation of color #B76EEA: hue angle of 275.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76EEA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183110234-
CMYK0.220.5300.08
HSL275.32º74.7%67.45%-
HSV(B)275.32º52.99%91.76%-
XYZ39.9627.1680.98-
YUV145.96177.68154.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.72%
GREEN value IS 110 (43.36% from 255) = 20.87%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=34.72%
G=20.87%
B=44.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831102340.220.5300.08275.3274.767.45
HexB76EEA1635081134b43
Octal2671563522665010423113103
Binary10110111110111011101010101101101010100010001001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EEA; }

 p { color: rgb(183,110,234); }

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

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

 a { background-color: rgb(183,110,234); }

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

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

 span { border-color: rgb(183,110,234); }

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