Html Css Color HEX #B60FAA Deep Magenta

📋 copy color: '#B60FAA'

red 182 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #B60FAA

Tints of Deep Magenta #B60FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 49.59%
G = 4.09%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B60FAA (or 0xB60FAA) is known color: Deep Magenta. HEX triplet: B6, 0F and AA. RGB value is (182,15,170). Sum of RGB (Red+Green+Blue) = 182+15+170=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B60FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60FAA is #49F055. Grayscale: #525252. Windows color (decimal): -4845654 or 11145142. OLE color: 11145142.

HSL color Cylindrical-coordinate representation of color #B60FAA: hue angle of 304.31º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60FAA is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 15 170 -
CMYK 0 0.92 0.07 0.29
HSL 304.31º 0.85% 0.39% -
HSV(B) 304.31º 0.92% 0.71% -
XYZ 26.72 13.19 39.17 -
YUV 82.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 182 15 170 0 0.92 0.07 0.29 304.31 0.85 0.39
Hex B6 F AA 0 5C 7 1D 130 55 27
Octal 266 17 252 0 134 7 35 460 125 47
Binary 10110110 1111 10101010 0 1011100 111 11101 100110000 1010101 100111

Color Harmonies of #B60FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FAA

Black with #B60FAA

Text Example


Text Example

White with #B60FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FAA; }

 p { color: rgb(182,15,170); }

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

background-color css

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

 a { background-color: rgb(182,15,170); }

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

border-color css

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

 span { border-color: rgb(182,15,170); }

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