Html Css Color HEX #B402C4 Deep Magenta

📋 copy color: '#B402C4'

red 180 ◦ green 2 ◦ blue 196

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

Shades of Deep Magenta #B402C4

Tints of Deep Magenta #B402C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.85%

R = 47.62%
G = 0.53%
B = 51.85%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B402C4 (or 0xB402C4) is known color: Deep Magenta. HEX triplet: B4, 02 and C4. RGB value is (180,2,196). Sum of RGB (Red+Green+Blue) = 180+2+196=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #B402C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402C4 is #4BFD3B. Grayscale: #4C4C4C. Windows color (decimal): -4980028 or 12845748. OLE color: 12845748.

HSL color Cylindrical-coordinate representation of color #B402C4: hue angle of 295.05º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402C4 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 2 196 -
CMYK 0.08 0.99 0 0.23
HSL 295.05º 0.98% 0.39% -
HSV(B) 295.05º 0.99% 0.77% -
XYZ 28.81 13.73 53.36 -
YUV 77.34 194.97 201.23 -
System Red Green Blue C M Y K H S L
Decimal 180 2 196 0.08 0.99 0 0.23 295.05 0.98 0.39
Hex B4 2 C4 8 63 0 17 127 62 27
Octal 264 2 304 10 143 0 27 447 142 47
Binary 10110100 10 11000100 1000 1100011 0 10111 100100111 1100010 100111

Color Harmonies of #B402C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402C4

Black with #B402C4

Text Example


Text Example

White with #B402C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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