#B76CE9

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

Shades of Medium Orchid #B76CE9

Tints of Medium Orchid #B76CE9

Color information

#B76CE9 (or 0xB76CE9) is unknown color: approx Medium Orchid. HEX triplet: B7, 6C and E9. RGB value is (183,108,233). Sum of RGB (Red+Green+Blue) = 183+108+233=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #B76CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CE9 is #489316. Grayscale: #909090. Windows color (decimal): -4756247 or 15297719. OLE color: 15297719.

HSL color Cylindrical-coordinate representation of color #B76CE9: hue angle of 276º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76CE9 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183108233-
CMYK0.210.5400.09
HSL276º73.96%66.86%-
HSV(B)276º53.65%91.37%-
XYZ39.626.6880.15-
YUV144.68177.85155.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 108 (42.58% from 255) = 20.61%
BLUE value IS 233 (91.41% from 255) = 44.47%
R=34.92%
G=20.61%
B=44.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831082330.210.5400.0927673.9666.86
HexB76CE91536091144a43
Octal2671543512566011424112103
Binary10110111110110011101001101011101100100110001010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CE9; }

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

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

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

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

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

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

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

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