#B76BEA

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

Shades of Medium Orchid #B76BEA

Tints of Medium Orchid #B76BEA

Color information

#B76BEA (or 0xB76BEA) is unknown color: approx Medium Orchid. HEX triplet: B7, 6B and EA. RGB value is (183,107,234). Sum of RGB (Red+Green+Blue) = 183+107+234=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #B76BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEA is #489415. Grayscale: #8F8F8F. Windows color (decimal): -4756502 or 15362999. OLE color: 15362999.

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

Color convert

RGB183107234-
CMYK0.220.5400.08
HSL275.91º75.15%66.86%-
HSV(B)275.91º54.27%91.76%-
XYZ39.6426.5280.87-
YUV144.2178.68155.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 107 (42.19% from 255) = 20.42%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=34.92%
G=20.42%
B=44.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831072340.220.5400.08275.9175.1566.86
HexB76BEA1636081144b43
Octal2671533522666010424113103
Binary10110111110101111101010101101101100100010001010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76BEA; }

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

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

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

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

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

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

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

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