#B961D4

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

Shades of Medium Orchid #B961D4

Tints of Medium Orchid #B961D4

Color information

#B961D4 (or 0xB961D4) is unknown color: approx Medium Orchid. HEX triplet: B9, 61 and D4. RGB value is (185,97,212). Sum of RGB (Red+Green+Blue) = 185+97+212=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #B961D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961D4 is #469E2B. Grayscale: #888888. Windows color (decimal): -4628012 or 13918649. OLE color: 13918649.

HSL color Cylindrical-coordinate representation of color #B961D4: hue angle of 285.91º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B961D4 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18597212-
CMYK0.130.5400.17
HSL285.91º57.21%60.59%-
HSV(B)285.91º54.25%83.14%-
XYZ36.1723.6264.94-
YUV136.42170.65162.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 97 (38.28% from 255) = 19.64%
BLUE value IS 212 (83.20% from 255) = 42.91%
R=37.45%
G=19.64%
B=42.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185972120.130.5400.17285.9157.2160.59
HexB961D4D3601111e393d
Octal27114132415660214367175
Binary101110011100001110101001101110110010001100011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961D4; }

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

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

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

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

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

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

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

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