#B969E5

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

Shades of Medium Orchid #B969E5

Tints of Medium Orchid #B969E5

Color information

#B969E5 (or 0xB969E5) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and E5. RGB value is (185,105,229). Sum of RGB (Red+Green+Blue) = 185+105+229=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #B969E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969E5 is #46961A. Grayscale: #8E8E8E. Windows color (decimal): -4625947 or 15034809. OLE color: 15034809.

HSL color Cylindrical-coordinate representation of color #B969E5: hue angle of 278.71º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B969E5 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185105229-
CMYK0.190.5400.10
HSL278.71º70.45%65.49%-
HSV(B)278.71º54.15%89.8%-
XYZ39.226.0777.1-
YUV143.06176.5157.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 229 (89.84% from 255) = 44.12%
R=35.65%
G=20.23%
B=44.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851052290.190.5400.10278.7170.4565.49
HexB969E513360A1174641
Octal2711513452366012427106101
Binary10111001110100111100101100111101100101010001011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969E5; }

 p { color: rgb(185,105,229); }

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

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

 a { background-color: rgb(185,105,229); }

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

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

 span { border-color: rgb(185,105,229); }

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