#B964CD

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

Shades of Medium Orchid #B964CD

Tints of Medium Orchid #B964CD

Color information

#B964CD (or 0xB964CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and CD. RGB value is (185,100,205). Sum of RGB (Red+Green+Blue) = 185+100+205=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #B964CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964CD is #469B32. Grayscale: #898989. Windows color (decimal): -4627251 or 13460665. OLE color: 13460665.

HSL color Cylindrical-coordinate representation of color #B964CD: hue angle of 288.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B964CD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185100205-
CMYK0.100.5100.20
HSL288.57º51.22%59.8%-
HSV(B)288.57º51.22%80.39%-
XYZ35.5823.8460.48-
YUV137.38166.16161.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 205 (80.47% from 255) = 41.84%
R=37.76%
G=20.41%
B=41.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851002050.100.5100.20288.5751.2259.8
HexB964CDA33014121333c
Octal27114431512630244416374
Binary101110011100100110011011010110011010100100100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964CD; }

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

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

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

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

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

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

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

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