Html Css Color HEX #B60BA9 Deep Magenta

📋 copy color: '#B60BA9'

red 182 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #B60BA9

Tints of Deep Magenta #B60BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.69%

R = 50.28%
G = 3.04%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B60BA9 (or 0xB60BA9) is known color: Deep Magenta. HEX triplet: B6, 0B and A9. RGB value is (182,11,169). Sum of RGB (Red+Green+Blue) = 182+11+169=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BA9 is #49F456. Grayscale: #4F4F4F. Windows color (decimal): -4846679 or 11078582. OLE color: 11078582.

HSL color Cylindrical-coordinate representation of color #B60BA9: hue angle of 304.56º 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 #B60BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 11 169 -
CMYK 0 0.94 0.07 0.29
HSL 304.56º 0.89% 0.38% -
HSV(B) 304.56º 0.94% 0.71% -
XYZ 26.57 13.05 38.65 -
YUV 80.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 182 11 169 0 0.94 0.07 0.29 304.56 0.89 0.38
Hex B6 B A9 0 5E 7 1D 131 59 26
Octal 266 13 251 0 136 7 35 461 131 46
Binary 10110110 1011 10101001 0 1011110 111 11101 100110001 1011001 100110

Color Harmonies of #B60BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BA9

Black with #B60BA9

Text Example


Text Example

White with #B60BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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