#B969EA

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

Shades of Medium Orchid #B969EA

Tints of Medium Orchid #B969EA

Color information

#B969EA (or 0xB969EA) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and EA. RGB value is (185,105,234). Sum of RGB (Red+Green+Blue) = 185+105+234=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #B969EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969EA is #469615. Grayscale: #8F8F8F. Windows color (decimal): -4625942 or 15362489. OLE color: 15362489.

HSL color Cylindrical-coordinate representation of color #B969EA: hue angle of 277.21º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B969EA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185105234-
CMYK0.210.5500.08
HSL277.21º75.44%66.47%-
HSV(B)277.21º55.13%91.76%-
XYZ39.9126.3680.83-
YUV143.63179157.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=35.31%
G=20.04%
B=44.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851052340.210.5500.08277.2175.4466.47
HexB969EA1537081154b42
Octal2711513522567010425113102
Binary10111001110100111101010101011101110100010001010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969EA; }

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

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

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

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

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

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

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

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