Html Css Color HEX #B302B3 Deep Magenta

📋 copy color: '#B302B3'

red 179 ◦ green 2 ◦ blue 179

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

Shades of Deep Magenta #B302B3

Tints of Deep Magenta #B302B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.72%

R = 49.72%
G = 0.56%
B = 49.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B302B3 (or 0xB302B3) is known color: Deep Magenta. HEX triplet: B3, 02 and B3. RGB value is (179,2,179). Sum of RGB (Red+Green+Blue) = 179+2+179=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B302B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302B3 is #4CFD4C. Grayscale: #4A4A4A. Windows color (decimal): -5045581 or 11731635. OLE color: 11731635.

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

Color convert

RGB 179 2 179 -
CMYK 0 0.99 0 0.30
HSL 300º 0.98% 0.35% -
HSV(B) 300º 0.99% 0.7% -
XYZ 26.75 12.88 43.72 -
YUV 75.1 186.64 202.11 -
System Red Green Blue C M Y K H S L
Decimal 179 2 179 0 0.99 0 0.30 300 0.98 0.35
Hex B3 2 B3 0 63 0 1E 12C 62 23
Octal 263 2 263 0 143 0 36 454 142 43
Binary 10110011 10 10110011 0 1100011 0 11110 100101100 1100010 100011

Color Harmonies of #B302B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302B3

Black with #B302B3

Text Example


Text Example

White with #B302B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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