#B969E1

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

Shades of Medium Orchid #B969E1

Tints of Medium Orchid #B969E1

Color information

#B969E1 (or 0xB969E1) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and E1. RGB value is (185,105,225). Sum of RGB (Red+Green+Blue) = 185+105+225=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #B969E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969E1 is #46961E. Grayscale: #8E8E8E. Windows color (decimal): -4625951 or 14772665. OLE color: 14772665.

HSL color Cylindrical-coordinate representation of color #B969E1: hue angle of 280º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B969E1 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185105225-
CMYK0.180.5300.12
HSL280º66.67%64.71%-
HSV(B)280º53.33%88.24%-
XYZ38.6525.8574.19-
YUV142.6174.5158.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=35.92%
G=20.39%
B=43.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851052250.180.5300.1228066.6764.71
HexB969E112350C1184341
Octal2711513412265014430103101
Binary10111001110100111100001100101101010110010001100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969E1; }

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

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

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

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

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

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

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

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