#B961D7

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

Shades of Medium Orchid #B961D7

Tints of Medium Orchid #B961D7

Color information

#B961D7 (or 0xB961D7) is unknown color: approx Medium Orchid. HEX triplet: B9, 61 and D7. RGB value is (185,97,215). Sum of RGB (Red+Green+Blue) = 185+97+215=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #B961D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961D7 is #469E28. Grayscale: #888888. Windows color (decimal): -4628009 or 14115257. OLE color: 14115257.

HSL color Cylindrical-coordinate representation of color #B961D7: hue angle of 284.75º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B961D7 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18597215-
CMYK0.140.5500.16
HSL284.75º59.6%61.18%-
HSV(B)284.75º54.88%84.31%-
XYZ36.5523.7766.95-
YUV136.76172.15162.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=37.22%
G=19.52%
B=43.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185972150.140.5500.16284.7559.661.18
HexB961D7E3701011d3c3d
Octal27114132716670204357475
Binary101110011100001110101111110110111010000100011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961D7; }

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

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

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

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

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

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

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

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