#B961DA

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

Shades of Medium Orchid #B961DA

Tints of Medium Orchid #B961DA

Color information

#B961DA (or 0xB961DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 61 and DA. RGB value is (185,97,218). Sum of RGB (Red+Green+Blue) = 185+97+218=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #B961DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961DA is #469E25. Grayscale: #888888. Windows color (decimal): -4628006 or 14311865. OLE color: 14311865.

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

Color convert

RGB18597218-
CMYK0.150.5600.15
HSL283.64º62.05%61.76%-
HSV(B)283.64º55.5%85.49%-
XYZ36.9423.9369-
YUV137.11173.65162.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=37%
G=19.4%
B=43.6%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185972180.150.5600.15283.6462.0561.76
HexB961DAF380F11c3e3e
Octal27114133217700174347676
Binary10111001110000111011010111111100001111100011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961DA; }

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

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

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

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

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

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

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

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