#B964DA

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

Shades of Medium Orchid #B964DA

Tints of Medium Orchid #B964DA

Color information

#B964DA (or 0xB964DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and DA. RGB value is (185,100,218). Sum of RGB (Red+Green+Blue) = 185+100+218=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #B964DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964DA is #469B25. Grayscale: #8A8A8A. Windows color (decimal): -4627238 or 14312633. OLE color: 14312633.

HSL color Cylindrical-coordinate representation of color #B964DA: hue angle of 283.22º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B964DA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185100218-
CMYK0.150.5400.15
HSL283.22º61.46%62.35%-
HSV(B)283.22º54.13%85.49%-
XYZ37.2224.4969.1-
YUV138.87172.66160.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=36.78%
G=19.88%
B=43.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851002180.150.5400.15283.2261.4662.35
HexB964DAF360F11b3d3e
Octal27114433217660174337576
Binary10111001110010011011010111111011001111100011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964DA; }

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

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

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

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

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

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

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

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