Html Css Color HEX #B303B1 Deep Magenta

📋 copy color: '#B303B1'

red 179 ◦ green 3 ◦ blue 177

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

Shades of Deep Magenta #B303B1

Tints of Deep Magenta #B303B1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 177 (69.53% from 255) = 49.3%

R = 49.86%
G = 0.84%
B = 49.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B303B1 (or 0xB303B1) is known color: Deep Magenta. HEX triplet: B3, 03 and B1. RGB value is (179,3,177). Sum of RGB (Red+Green+Blue) = 179+3+177=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B303B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B303B1 is #4CFC4E. Grayscale: #4A4A4A. Windows color (decimal): -5045327 or 11600819. OLE color: 11600819.

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

Color convert

RGB 179 3 177 -
CMYK 0 0.98 0.01 0.30
HSL 300.68º 0.97% 0.36% -
HSV(B) 300.68º 0.98% 0.7% -
XYZ 26.56 12.82 42.67 -
YUV 75.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 179 3 177 0 0.98 0.01 0.30 300.68 0.97 0.36
Hex B3 3 B1 0 62 1 1E 12D 61 24
Octal 263 3 261 0 142 1 36 455 141 44
Binary 10110011 11 10110001 0 1100010 1 11110 100101101 1100001 100100

Color Harmonies of #B303B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303B1

Black with #B303B1

Text Example


Text Example

White with #B303B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303B1; }

 p { color: rgb(179,3,177); }

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

background-color css

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

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

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

border-color css

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

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

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