Html Css Color HEX #B301C7 Deep Magenta

📋 copy color: '#B301C7'

red 179 ◦ green 1 ◦ blue 199

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

Shades of Deep Magenta #B301C7

Tints of Deep Magenta #B301C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.51%

R = 47.23%
G = 0.26%
B = 52.51%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B301C7 (or 0xB301C7) is known color: Deep Magenta. HEX triplet: B3, 01 and C7. RGB value is (179,1,199). Sum of RGB (Red+Green+Blue) = 179+1+199=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #B301C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301C7 is #4CFE38. Grayscale: #4C4C4C. Windows color (decimal): -5045817 or 13042099. OLE color: 13042099.

HSL color Cylindrical-coordinate representation of color #B301C7: hue angle of 293.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B301C7 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 1 199 -
CMYK 0.10 0.99 0 0.22
HSL 293.94º 0.99% 0.39% -
HSV(B) 293.94º 0.99% 0.78% -
XYZ 28.91 13.73 55.16 -
YUV 76.79 196.97 200.9 -
System Red Green Blue C M Y K H S L
Decimal 179 1 199 0.10 0.99 0 0.22 293.94 0.99 0.39
Hex B3 1 C7 A 63 0 16 126 63 27
Octal 263 1 307 12 143 0 26 446 143 47
Binary 10110011 1 11000111 1010 1100011 0 10110 100100110 1100011 100111

Color Harmonies of #B301C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301C7

Black with #B301C7

Text Example


Text Example

White with #B301C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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