Html Css Color HEX #B402BD Deep Magenta

📋 copy color: '#B402BD'

red 180 ◦ green 2 ◦ blue 189

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

Shades of Deep Magenta #B402BD

Tints of Deep Magenta #B402BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 48.52%
G = 0.54%
B = 50.94%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B402BD (or 0xB402BD) is known color: Deep Magenta. HEX triplet: B4, 02 and BD. RGB value is (180,2,189). Sum of RGB (Red+Green+Blue) = 180+2+189=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #B402BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402BD is #4BFD42. Grayscale: #4B4B4B. Windows color (decimal): -4980035 or 12386996. OLE color: 12386996.

HSL color Cylindrical-coordinate representation of color #B402BD: hue angle of 297.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402BD is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 2 189 -
CMYK 0.05 0.99 0 0.26
HSL 297.11º 0.98% 0.37% -
HSV(B) 297.11º 0.99% 0.74% -
XYZ 28.03 13.42 49.26 -
YUV 76.54 191.47 201.79 -
System Red Green Blue C M Y K H S L
Decimal 180 2 189 0.05 0.99 0 0.26 297.11 0.98 0.37
Hex B4 2 BD 5 63 0 1A 129 62 25
Octal 264 2 275 5 143 0 32 451 142 45
Binary 10110100 10 10111101 101 1100011 0 11010 100101001 1100010 100101

Color Harmonies of #B402BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402BD

Black with #B402BD

Text Example


Text Example

White with #B402BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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