#B76FEB

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

Shades of Medium Orchid #B76FEB

Tints of Medium Orchid #B76FEB

Color information

#B76FEB (or 0xB76FEB) is unknown color: approx Medium Orchid. HEX triplet: B7, 6F and EB. RGB value is (183,111,235). Sum of RGB (Red+Green+Blue) = 183+111+235=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #B76FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FEB is #489014. Grayscale: #929292. Windows color (decimal): -4755477 or 15429559. OLE color: 15429559.

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

Color convert

RGB183111235-
CMYK0.220.5300.08
HSL274.84º75.61%67.84%-
HSV(B)274.84º52.77%92.16%-
XYZ40.2127.4381.77-
YUV146.66177.85153.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 235 (92.19% from 255) = 44.42%
R=34.59%
G=20.98%
B=44.42%

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
Decimal1831112350.220.5300.08274.8475.6167.84
HexB76FEB1635081134c44
Octal2671573532665010423114104
Binary10110111110111111101011101101101010100010001001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FEB; }

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

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

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

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

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

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

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

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