Html Css Color HEX #B302B8 Deep Magenta

📋 copy color: '#B302B8'

red 179 ◦ green 2 ◦ blue 184

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

Shades of Deep Magenta #B302B8

Tints of Deep Magenta #B302B8

RGB

 RED value IS 179 (70.31% from 255) = 49.04%

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

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 49.04%
G = 0.55%
B = 50.41%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B302B8 (or 0xB302B8) is known color: Deep Magenta. HEX triplet: B3, 02 and B8. RGB value is (179,2,184). Sum of RGB (Red+Green+Blue) = 179+2+184=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #B302B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302B8 is #4CFD47. Grayscale: #4B4B4B. Windows color (decimal): -5045576 or 12059315. OLE color: 12059315.

HSL color Cylindrical-coordinate representation of color #B302B8: hue angle of 298.35º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302B8 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 2 184 -
CMYK 0.03 0.99 0 0.28
HSL 298.35º 0.98% 0.36% -
HSV(B) 298.35º 0.99% 0.72% -
XYZ 27.26 13.09 46.44 -
YUV 75.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 179 2 184 0.03 0.99 0 0.28 298.35 0.98 0.36
Hex B3 2 B8 3 63 0 1C 12A 62 24
Octal 263 2 270 3 143 0 34 452 142 44
Binary 10110011 10 10111000 11 1100011 0 11100 100101010 1100010 100100

Color Harmonies of #B302B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302B8

Black with #B302B8

Text Example


Text Example

White with #B302B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302B8; }

 p { color: rgb(179,2,184); }

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

background-color css

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

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

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

border-color css

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

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

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