Html Css Color HEX #B301D9 Deep Magenta

📋 copy color: '#B301D9'

red 179 ◦ green 1 ◦ blue 217

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

Shades of Deep Magenta #B301D9

Tints of Deep Magenta #B301D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.66%

R = 45.09%
G = 0.25%
B = 54.66%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B301D9 (or 0xB301D9) is known color: Deep Magenta. HEX triplet: B3, 01 and D9. RGB value is (179,1,217). Sum of RGB (Red+Green+Blue) = 179+1+217=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #B301D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301D9 is #4CFE26. Grayscale: #4E4E4E. Windows color (decimal): -5045799 or 14221747. OLE color: 14221747.

HSL color Cylindrical-coordinate representation of color #B301D9: hue angle of 289.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301D9 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 1 217 -
CMYK 0.18 1.00 0 0.15
HSL 289.44º 0.99% 0.43% -
HSV(B) 289.44º 1% 0.85% -
XYZ 31.13 14.62 66.83 -
YUV 78.85 205.97 199.44 -
System Red Green Blue C M Y K H S L
Decimal 179 1 217 0.18 1.00 0 0.15 289.44 0.99 0.43
Hex B3 1 D9 12 64 0 F 121 63 2B
Octal 263 1 331 22 144 0 17 441 143 53
Binary 10110011 1 11011001 10010 1100100 0 1111 100100001 1100011 101011

Color Harmonies of #B301D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301D9

Black with #B301D9

Text Example


Text Example

White with #B301D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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