#B969E4

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

Shades of Medium Orchid #B969E4

Tints of Medium Orchid #B969E4

Color information

#B969E4 (or 0xB969E4) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and E4. RGB value is (185,105,228). Sum of RGB (Red+Green+Blue) = 185+105+228=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #B969E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969E4 is #46961B. Grayscale: #8E8E8E. Windows color (decimal): -4625948 or 14969273. OLE color: 14969273.

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

Color convert

RGB185105228-
CMYK0.190.5400.11
HSL279.02º69.49%65.29%-
HSV(B)279.02º53.95%89.41%-
XYZ39.0626.0276.36-
YUV142.94176158-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 105 (41.41% from 255) = 20.27%
BLUE value IS 228 (89.45% from 255) = 44.02%
R=35.71%
G=20.27%
B=44.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851052280.190.5400.11279.0269.4965.29
HexB969E413360B1174541
Octal2711513442366013427105101
Binary10111001110100111100100100111101100101110001011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969E4; }

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

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

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

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

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

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

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

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