#B964CA

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

Shades of Medium Orchid #B964CA

Tints of Medium Orchid #B964CA

Color information

#B964CA (or 0xB964CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and CA. RGB value is (185,100,202). Sum of RGB (Red+Green+Blue) = 185+100+202=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B964CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964CA is #469B35. Grayscale: #888888. Windows color (decimal): -4627254 or 13264057. OLE color: 13264057.

HSL color Cylindrical-coordinate representation of color #B964CA: hue angle of 290º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B964CA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185100202-
CMYK0.080.5000.21
HSL290º49.04%59.22%-
HSV(B)290º50.5%79.22%-
XYZ35.2323.6958.59-
YUV137.04164.66162.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=37.99%
G=20.53%
B=41.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851002020.080.5000.2129049.0459.22
HexB964CA832015122313b
Octal27114431210620254426173
Binary101110011100100110010101000110010010101100100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964CA; }

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

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

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

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

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

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

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

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