Html Css Color HEX #B303B3 Deep Magenta

📋 copy color: '#B303B3'

red 179 ◦ green 3 ◦ blue 179

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

Shades of Deep Magenta #B303B3

Tints of Deep Magenta #B303B3

RGB

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

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

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

R = 49.58%
G = 0.83%
B = 49.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B303B3 (or 0xB303B3) is known color: Deep Magenta. HEX triplet: B3, 03 and B3. RGB value is (179,3,179). Sum of RGB (Red+Green+Blue) = 179+3+179=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B303B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303B3 is #4CFC4C. Grayscale: #4B4B4B. Windows color (decimal): -5045325 or 11731891. OLE color: 11731891.

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

Color convert

RGB 179 3 179 -
CMYK 0 0.98 0 0.30
HSL 300º 0.97% 0.36% -
HSV(B) 300º 0.98% 0.7% -
XYZ 26.76 12.9 43.73 -
YUV 75.69 186.31 201.69 -
System Red Green Blue C M Y K H S L
Decimal 179 3 179 0 0.98 0 0.30 300 0.97 0.36
Hex B3 3 B3 0 62 0 1E 12C 61 24
Octal 263 3 263 0 142 0 36 454 141 44
Binary 10110011 11 10110011 0 1100010 0 11110 100101100 1100001 100100

Color Harmonies of #B303B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303B3

Black with #B303B3

Text Example


Text Example

White with #B303B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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