Html Css Color HEX #B602AD Deep Magenta

📋 copy color: '#B602AD'

red 182 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #B602AD

Tints of Deep Magenta #B602AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 50.98%
G = 0.56%
B = 48.46%

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

#B602AD (or 0xB602AD) is known color: Deep Magenta. HEX triplet: B6, 02 and AD. RGB value is (182,2,173). Sum of RGB (Red+Green+Blue) = 182+2+173=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B602AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B602AD is #49FD52. Grayscale: #4A4A4A. Windows color (decimal): -4848979 or 11338422. OLE color: 11338422.

HSL color Cylindrical-coordinate representation of color #B602AD: hue angle of 303º degrees, saturation: 0.98, 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 #B602AD is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 173 -
CMYK 0 0.99 0.05 0.29
HSL 303º 0.98% 0.36% -
HSV(B) 303º 0.99% 0.71% -
XYZ 26.86 13.01 40.63 -
YUV 75.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 182 2 173 0 0.99 0.05 0.29 303 0.98 0.36
Hex B6 2 AD 0 63 5 1D 12F 62 24
Octal 266 2 255 0 143 5 35 457 142 44
Binary 10110110 10 10101101 0 1100011 101 11101 100101111 1100010 100100

Color Harmonies of #B602AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B602AD

Black with #B602AD

Text Example


Text Example

White with #B602AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B602AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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