#B964DD

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

Shades of Medium Orchid #B964DD

Tints of Medium Orchid #B964DD

Color information

#B964DD (or 0xB964DD) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and DD. RGB value is (185,100,221). Sum of RGB (Red+Green+Blue) = 185+100+221=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #B964DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964DD is #469B22. Grayscale: #8A8A8A. Windows color (decimal): -4627235 or 14509241. OLE color: 14509241.

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

Color convert

RGB185100221-
CMYK0.160.5500.13
HSL282.15º64.02%62.94%-
HSV(B)282.15º54.75%86.67%-
XYZ37.6224.6571.18-
YUV139.21174.16160.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 100 (39.45% from 255) = 19.76%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=36.56%
G=19.76%
B=43.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851002210.160.5500.13282.1564.0262.94
HexB964DD10370D11a403f
Octal271144335206701543210077
Binary1011100111001001101110110000110111011011000110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964DD; }

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

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

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

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

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

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

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

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