Html Css Color HEX #B60AAD Deep Magenta

📋 copy color: '#B60AAD'

red 182 ◦ green 10 ◦ blue 173

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

Shades of Deep Magenta #B60AAD

Tints of Deep Magenta #B60AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 49.86%
G = 2.74%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B60AAD (or 0xB60AAD) is known color: Deep Magenta. HEX triplet: B6, 0A and AD. RGB value is (182,10,173). Sum of RGB (Red+Green+Blue) = 182+10+173=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B60AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60AAD is #49F552. Grayscale: #4F4F4F. Windows color (decimal): -4846931 or 11340470. OLE color: 11340470.

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

Color convert

RGB 182 10 173 -
CMYK 0 0.95 0.05 0.29
HSL 303.14º 0.9% 0.38% -
HSV(B) 303.14º 0.95% 0.71% -
XYZ 26.94 13.18 40.66 -
YUV 80.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 182 10 173 0 0.95 0.05 0.29 303.14 0.9 0.38
Hex B6 A AD 0 5F 5 1D 12F 5A 26
Octal 266 12 255 0 137 5 35 457 132 46
Binary 10110110 1010 10101101 0 1011111 101 11101 100101111 1011010 100110

Color Harmonies of #B60AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60AAD

Black with #B60AAD

Text Example


Text Example

White with #B60AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60AAD; }

 p { color: rgb(182,10,173); }

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

background-color css

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

 a { background-color: rgb(182,10,173); }

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

border-color css

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

 span { border-color: rgb(182,10,173); }

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