#B969DD

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

Shades of Medium Orchid #B969DD

Tints of Medium Orchid #B969DD

Color information

#B969DD (or 0xB969DD) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and DD. RGB value is (185,105,221). Sum of RGB (Red+Green+Blue) = 185+105+221=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B969DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969DD is #469622. Grayscale: #8D8D8D. Windows color (decimal): -4625955 or 14510521. OLE color: 14510521.

HSL color Cylindrical-coordinate representation of color #B969DD: hue angle of 281.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B969DD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185105221-
CMYK0.160.5200.13
HSL281.38º63.04%63.92%-
HSV(B)281.38º52.49%86.67%-
XYZ38.1125.6471.35-
YUV142.14172.5158.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=36.20%
G=20.55%
B=43.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851052210.160.5200.13281.3863.0463.92
HexB969DD10340D1193f40
Octal271151335206401543177100
Binary1011100111010011101110110000110100011011000110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969DD; }

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

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

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

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

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

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

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

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