#B960C9

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

Shades of Medium Orchid #B960C9

Tints of Medium Orchid #B960C9

Color information

#B960C9 (or 0xB960C9) is unknown color: approx Medium Orchid. HEX triplet: B9, 60 and C9. RGB value is (185,96,201). Sum of RGB (Red+Green+Blue) = 185+96+201=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #B960C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960C9 is #469F36. Grayscale: #868686. Windows color (decimal): -4628279 or 13197497. OLE color: 13197497.

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

Color convert

RGB18596201-
CMYK0.080.5200.21
HSL290.86º49.3%58.24%-
HSV(B)290.86º52.24%78.82%-
XYZ34.7322.957.85-
YUV134.58165.49163.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 96 (37.89% from 255) = 19.92%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=38.38%
G=19.92%
B=41.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185962010.080.5200.21290.8649.358.24
HexB960C9834015123313a
Octal27114031110640254436172
Binary101110011100000110010011000110100010101100100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960C9; }

 p { color: rgb(185,96,201); }

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

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

 a { background-color: rgb(185,96,201); }

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

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

 span { border-color: rgb(185,96,201); }

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