Html Css Color HEX #B303C3 Deep Magenta

📋 copy color: '#B303C3'

red 179 ◦ green 3 ◦ blue 195

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

Shades of Deep Magenta #B303C3

Tints of Deep Magenta #B303C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.72%

R = 47.48%
G = 0.8%
B = 51.72%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B303C3 (or 0xB303C3) is known color: Deep Magenta. HEX triplet: B3, 03 and C3. RGB value is (179,3,195). Sum of RGB (Red+Green+Blue) = 179+3+195=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #B303C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303C3 is #4CFC3C. Grayscale: #4C4C4C. Windows color (decimal): -5045309 or 12780467. OLE color: 12780467.

HSL color Cylindrical-coordinate representation of color #B303C3: hue angle of 295º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B303C3 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 3 195 -
CMYK 0.08 0.98 0 0.24
HSL 295º 0.97% 0.39% -
HSV(B) 295º 0.98% 0.76% -
XYZ 28.47 13.59 52.75 -
YUV 77.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 179 3 195 0.08 0.98 0 0.24 295 0.97 0.39
Hex B3 3 C3 8 62 0 18 127 61 27
Octal 263 3 303 10 142 0 30 447 141 47
Binary 10110011 11 11000011 1000 1100010 0 11000 100100111 1100001 100111

Color Harmonies of #B303C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303C3

Black with #B303C3

Text Example


Text Example

White with #B303C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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