Html Css Color HEX #B402B4 Deep Magenta

📋 copy color: '#B402B4'

red 180 ◦ green 2 ◦ blue 180

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

Shades of Deep Magenta #B402B4

Tints of Deep Magenta #B402B4

RGB

 RED value IS 180 (70.7% from 255) = 49.72%

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

 BLUE value IS 180 (70.7% from 255) = 49.72%

R = 49.72%
G = 0.55%
B = 49.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B402B4 (or 0xB402B4) is known color: Deep Magenta. HEX triplet: B4, 02 and B4. RGB value is (180,2,180). Sum of RGB (Red+Green+Blue) = 180+2+180=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B402B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402B4 is #4BFD4B. Grayscale: #4A4A4A. Windows color (decimal): -4980044 or 11797172. OLE color: 11797172.

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

Color convert

RGB 180 2 180 -
CMYK 0 0.99 0 0.29
HSL 300º 0.98% 0.36% -
HSV(B) 300º 0.99% 0.71% -
XYZ 27.08 13.04 44.27 -
YUV 75.51 186.97 202.53 -
System Red Green Blue C M Y K H S L
Decimal 180 2 180 0 0.99 0 0.29 300 0.98 0.36
Hex B4 2 B4 0 63 0 1D 12C 62 24
Octal 264 2 264 0 143 0 35 454 142 44
Binary 10110100 10 10110100 0 1100011 0 11101 100101100 1100010 100100

Color Harmonies of #B402B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402B4

Black with #B402B4

Text Example


Text Example

White with #B402B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402B4; }

 p { color: rgb(180,2,180); }

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

background-color css

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

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

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

border-color css

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

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

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