Html Css Color HEX #B301BF Deep Magenta

📋 copy color: '#B301BF'

red 179 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #B301BF

Tints of Deep Magenta #B301BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.48%

R = 48.25%
G = 0.27%
B = 51.48%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B301BF (or 0xB301BF) is known color: Deep Magenta. HEX triplet: B3, 01 and BF. RGB value is (179,1,191). Sum of RGB (Red+Green+Blue) = 179+1+191=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #B301BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301BF is #4CFE40. Grayscale: #4B4B4B. Windows color (decimal): -5045825 or 12517811. OLE color: 12517811.

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

Color convert

RGB 179 1 191 -
CMYK 0.06 0.99 0 0.25
HSL 296.21º 0.99% 0.38% -
HSV(B) 296.21º 0.99% 0.75% -
XYZ 28.01 13.37 50.39 -
YUV 75.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 179 1 191 0.06 0.99 0 0.25 296.21 0.99 0.38
Hex B3 1 BF 6 63 0 19 128 63 26
Octal 263 1 277 6 143 0 31 450 143 46
Binary 10110011 1 10111111 110 1100011 0 11001 100101000 1100011 100110

Color Harmonies of #B301BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301BF

Black with #B301BF

Text Example


Text Example

White with #B301BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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