Html Css Color HEX #B301C3 Deep Magenta

📋 copy color: '#B301C3'

red 179 ◦ green 1 ◦ blue 195

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

Shades of Deep Magenta #B301C3

Tints of Deep Magenta #B301C3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 47.73%
G = 0.27%
B = 52%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B301C3 (or 0xB301C3) is known color: Deep Magenta. HEX triplet: B3, 01 and C3. RGB value is (179,1,195). Sum of RGB (Red+Green+Blue) = 179+1+195=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #B301C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301C3 is #4CFE3C. Grayscale: #4B4B4B. Windows color (decimal): -5045821 or 12779955. OLE color: 12779955.

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

Color convert

RGB 179 1 195 -
CMYK 0.08 0.99 0 0.24
HSL 295.05º 0.99% 0.38% -
HSV(B) 295.05º 0.99% 0.76% -
XYZ 28.45 13.55 52.74 -
YUV 76.34 194.97 201.23 -
System Red Green Blue C M Y K H S L
Decimal 179 1 195 0.08 0.99 0 0.24 295.05 0.99 0.38
Hex B3 1 C3 8 63 0 18 127 63 26
Octal 263 1 303 10 143 0 30 447 143 46
Binary 10110011 1 11000011 1000 1100011 0 11000 100100111 1100011 100110

Color Harmonies of #B301C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301C3

Black with #B301C3

Text Example


Text Example

White with #B301C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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