Html Css Color HEX #B303AF Deep Magenta

📋 copy color: '#B303AF'

red 179 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #B303AF

Tints of Deep Magenta #B303AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 50.14%
G = 0.84%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B303AF (or 0xB303AF) is known color: Deep Magenta. HEX triplet: B3, 03 and AF. RGB value is (179,3,175). Sum of RGB (Red+Green+Blue) = 179+3+175=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B303AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B303AF is #4CFC50. Grayscale: #4A4A4A. Windows color (decimal): -5045329 or 11469747. OLE color: 11469747.

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

Color convert

RGB 179 3 175 -
CMYK 0 0.98 0.02 0.30
HSL 301.36º 0.97% 0.36% -
HSV(B) 301.36º 0.98% 0.7% -
XYZ 26.36 12.74 41.63 -
YUV 75.23 184.31 202.01 -
System Red Green Blue C M Y K H S L
Decimal 179 3 175 0 0.98 0.02 0.30 301.36 0.97 0.36
Hex B3 3 AF 0 62 2 1E 12D 61 24
Octal 263 3 257 0 142 2 36 455 141 44
Binary 10110011 11 10101111 0 1100010 10 11110 100101101 1100001 100100

Color Harmonies of #B303AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303AF

Black with #B303AF

Text Example


Text Example

White with #B303AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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