Html Css Color HEX #B402BB Deep Magenta

📋 copy color: '#B402BB'

red 180 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #B402BB

Tints of Deep Magenta #B402BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 48.78%
G = 0.54%
B = 50.68%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B402BB (or 0xB402BB) is known color: Deep Magenta. HEX triplet: B4, 02 and BB. RGB value is (180,2,187). Sum of RGB (Red+Green+Blue) = 180+2+187=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #B402BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402BB is #4BFD44. Grayscale: #4B4B4B. Windows color (decimal): -4980037 or 12255924. OLE color: 12255924.

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

Color convert

RGB 180 2 187 -
CMYK 0.04 0.99 0 0.27
HSL 297.73º 0.98% 0.37% -
HSV(B) 297.73º 0.99% 0.73% -
XYZ 27.81 13.33 48.12 -
YUV 76.31 190.47 201.96 -
System Red Green Blue C M Y K H S L
Decimal 180 2 187 0.04 0.99 0 0.27 297.73 0.98 0.37
Hex B4 2 BB 4 63 0 1B 12A 62 25
Octal 264 2 273 4 143 0 33 452 142 45
Binary 10110100 10 10111011 100 1100011 0 11011 100101010 1100010 100101

Color Harmonies of #B402BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402BB

Black with #B402BB

Text Example


Text Example

White with #B402BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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