#B967E8

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

Shades of Medium Orchid #B967E8

Tints of Medium Orchid #B967E8

Color information

#B967E8 (or 0xB967E8) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and E8. RGB value is (185,103,232). Sum of RGB (Red+Green+Blue) = 185+103+232=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #B967E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967E8 is #469817. Grayscale: #8D8D8D. Windows color (decimal): -4626456 or 15230905. OLE color: 15230905.

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

Color convert

RGB185103232-
CMYK0.200.5600.09
HSL278.14º73.71%65.69%-
HSV(B)278.14º55.6%90.98%-
XYZ39.4225.8479.25-
YUV142.22178.67158.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 103 (40.62% from 255) = 19.81%
BLUE value IS 232 (91.02% from 255) = 44.62%
R=35.58%
G=19.81%
B=44.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851032320.200.5600.09278.1473.7165.69
HexB967E81438091164a42
Octal2711473502470011426112102
Binary10111001110011111101000101001110000100110001011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967E8; }

 p { color: rgb(185,103,232); }

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

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

 a { background-color: rgb(185,103,232); }

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

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

 span { border-color: rgb(185,103,232); }

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