#B967EE

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

Shades of Medium Orchid #B967EE

Tints of Medium Orchid #B967EE

Color information

#B967EE (or 0xB967EE) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and EE. RGB value is (185,103,238). Sum of RGB (Red+Green+Blue) = 185+103+238=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #B967EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967EE is #469811. Grayscale: #8E8E8E. Windows color (decimal): -4626450 or 15624121. OLE color: 15624121.

HSL color Cylindrical-coordinate representation of color #B967EE: hue angle of 276.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B967EE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185103238-
CMYK0.220.5700.07
HSL276.44º79.88%66.86%-
HSV(B)276.44º56.72%93.33%-
XYZ40.2926.1983.82-
YUV142.91181.67158.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=35.17%
G=19.58%
B=45.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851032380.220.5700.07276.4479.8866.86
HexB967EE1639071145043
Octal271147356267107424120103
Binary1011100111001111110111010110111001011110001010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967EE; }

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

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

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

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

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

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

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

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