Html Css Color HEX #B302B7 Deep Magenta

📋 copy color: '#B302B7'

red 179 ◦ green 2 ◦ blue 183

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

Shades of Deep Magenta #B302B7

Tints of Deep Magenta #B302B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.27%

R = 49.18%
G = 0.55%
B = 50.27%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B302B7 (or 0xB302B7) is known color: Deep Magenta. HEX triplet: B3, 02 and B7. RGB value is (179,2,183). Sum of RGB (Red+Green+Blue) = 179+2+183=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #B302B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302B7 is #4CFD48. Grayscale: #4B4B4B. Windows color (decimal): -5045577 or 11993779. OLE color: 11993779.

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

Color convert

RGB 179 2 183 -
CMYK 0.02 0.99 0 0.28
HSL 298.67º 0.98% 0.36% -
HSV(B) 298.67º 0.99% 0.72% -
XYZ 27.16 13.05 45.89 -
YUV 75.56 188.64 201.78 -
System Red Green Blue C M Y K H S L
Decimal 179 2 183 0.02 0.99 0 0.28 298.67 0.98 0.36
Hex B3 2 B7 2 63 0 1C 12B 62 24
Octal 263 2 267 2 143 0 34 453 142 44
Binary 10110011 10 10110111 10 1100011 0 11100 100101011 1100010 100100

Color Harmonies of #B302B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302B7

Black with #B302B7

Text Example


Text Example

White with #B302B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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