Html Css Color HEX #B601AD Deep Magenta

📋 copy color: '#B601AD'

red 182 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #B601AD

Tints of Deep Magenta #B601AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 51.12%
G = 0.28%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B601AD (or 0xB601AD) is known color: Deep Magenta. HEX triplet: B6, 01 and AD. RGB value is (182,1,173). Sum of RGB (Red+Green+Blue) = 182+1+173=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B601AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601AD is #49FE52. Grayscale: #4A4A4A. Windows color (decimal): -4849235 or 11338166. OLE color: 11338166.

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

Color convert

RGB 182 1 173 -
CMYK 0 0.99 0.05 0.29
HSL 302.98º 0.99% 0.36% -
HSV(B) 302.98º 0.99% 0.71% -
XYZ 26.85 12.98 40.63 -
YUV 74.73 183.47 204.51 -
System Red Green Blue C M Y K H S L
Decimal 182 1 173 0 0.99 0.05 0.29 302.98 0.99 0.36
Hex B6 1 AD 0 63 5 1D 12F 63 24
Octal 266 1 255 0 143 5 35 457 143 44
Binary 10110110 1 10101101 0 1100011 101 11101 100101111 1100011 100100

Color Harmonies of #B601AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601AD

Black with #B601AD

Text Example


Text Example

White with #B601AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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