Html Css Color HEX #B60BAF Deep Magenta

📋 copy color: '#B60BAF'

red 182 ◦ green 11 ◦ blue 175

#B60BAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B60BAF

Tints of Deep Magenta #B60BAF

RGB

 RED value IS 182 (71.48% from 255) = 49.46%

 GREEN value IS 11 (4.69% from 255) = 2.99%

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 49.46%
G = 2.99%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B60BAF (or 0xB60BAF) is known color: Deep Magenta. HEX triplet: B6, 0B and AF. RGB value is (182,11,175). Sum of RGB (Red+Green+Blue) = 182+11+175=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BAF is #49F450. Grayscale: #505050. Windows color (decimal): -4846673 or 11471798. OLE color: 11471798.

HSL color Cylindrical-coordinate representation of color #B60BAF: hue angle of 302.46º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60BAF is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 11 175 -
CMYK 0 0.94 0.04 0.29
HSL 302.46º 0.89% 0.38% -
HSV(B) 302.46º 0.94% 0.71% -
XYZ 27.15 13.28 41.69 -
YUV 80.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 182 11 175 0 0.94 0.04 0.29 302.46 0.89 0.38
Hex B6 B AF 0 5E 4 1D 12E 59 26
Octal 266 13 257 0 136 4 35 456 131 46
Binary 10110110 1011 10101111 0 1011110 100 11101 100101110 1011001 100110

Color Harmonies of #B60BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BAF

Black with #B60BAF

Text Example


Text Example

White with #B60BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BAF; }

 p { color: rgb(182,11,175); }

 H1.HeaderClassName
 {
   color: #B60BAF;
 }
 .AnyTagClassName
 {
   color: #B60BAF;
 }
</style>

background-color css

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

 a { background-color: rgb(182,11,175); }

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

border-color css

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

 span { border-color: rgb(182,11,175); }

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