Html Css Color HEX #B302B0 Deep Magenta

📋 copy color: '#B302B0'

red 179 ◦ green 2 ◦ blue 176

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

Shades of Deep Magenta #B302B0

Tints of Deep Magenta #B302B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.3%

R = 50.14%
G = 0.56%
B = 49.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B302B0 (or 0xB302B0) is known color: Deep Magenta. HEX triplet: B3, 02 and B0. RGB value is (179,2,176). Sum of RGB (Red+Green+Blue) = 179+2+176=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B302B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302B0 is #4CFD4F. Grayscale: #4A4A4A. Windows color (decimal): -5045584 or 11535027. OLE color: 11535027.

HSL color Cylindrical-coordinate representation of color #B302B0: hue angle of 301.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302B0 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 176 -
CMYK 0 0.99 0.02 0.30
HSL 301.02º 0.98% 0.35% -
HSV(B) 301.02º 0.99% 0.7% -
XYZ 26.45 12.76 42.14 -
YUV 74.76 185.14 202.35 -
System Red Green Blue C M Y K H S L
Decimal 179 2 176 0 0.99 0.02 0.30 301.02 0.98 0.35
Hex B3 2 B0 0 63 2 1E 12D 62 23
Octal 263 2 260 0 143 2 36 455 142 43
Binary 10110011 10 10110000 0 1100011 10 11110 100101101 1100010 100011

Color Harmonies of #B302B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302B0

Black with #B302B0

Text Example


Text Example

White with #B302B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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