Html Css Color HEX #B303C0 Deep Magenta

📋 copy color: '#B303C0'

red 179 ◦ green 3 ◦ blue 192

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

Shades of Deep Magenta #B303C0

Tints of Deep Magenta #B303C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 47.86%
G = 0.8%
B = 51.34%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B303C0 (or 0xB303C0) is known color: Deep Magenta. HEX triplet: B3, 03 and C0. RGB value is (179,3,192). Sum of RGB (Red+Green+Blue) = 179+3+192=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #B303C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303C0 is #4CFC3F. Grayscale: #4C4C4C. Windows color (decimal): -5045312 or 12583859. OLE color: 12583859.

HSL color Cylindrical-coordinate representation of color #B303C0: hue angle of 295.87º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B303C0 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 3 192 -
CMYK 0.07 0.98 0 0.25
HSL 295.87º 0.97% 0.38% -
HSV(B) 295.87º 0.98% 0.75% -
XYZ 28.14 13.45 50.98 -
YUV 77.17 192.81 200.63 -
System Red Green Blue C M Y K H S L
Decimal 179 3 192 0.07 0.98 0 0.25 295.87 0.97 0.38
Hex B3 3 C0 7 62 0 19 128 61 26
Octal 263 3 300 7 142 0 31 450 141 46
Binary 10110011 11 11000000 111 1100010 0 11001 100101000 1100001 100110

Color Harmonies of #B303C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303C0

Black with #B303C0

Text Example


Text Example

White with #B303C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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