#B965DD

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

Shades of Medium Orchid #B965DD

Tints of Medium Orchid #B965DD

Color information

#B965DD (or 0xB965DD) is unknown color: approx Medium Orchid. HEX triplet: B9, 65 and DD. RGB value is (185,101,221). Sum of RGB (Red+Green+Blue) = 185+101+221=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B965DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965DD is #469A22. Grayscale: #8B8B8B. Windows color (decimal): -4626979 or 14509497. OLE color: 14509497.

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

Color convert

RGB185101221-
CMYK0.160.5400.13
HSL282º63.83%63.14%-
HSV(B)282º54.3%86.67%-
XYZ37.7124.8471.21-
YUV139.8173.83160.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=36.49%
G=19.92%
B=43.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851012210.160.5400.1328263.8363.14
HexB965DD10360D11a403f
Octal271145335206601543210077
Binary1011100111001011101110110000110110011011000110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965DD; }

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

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

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

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

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

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

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

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