Html Css Color HEX #B301BE Deep Magenta

📋 copy color: '#B301BE'

red 179 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #B301BE

Tints of Deep Magenta #B301BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 48.38%
G = 0.27%
B = 51.35%

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

#B301BE (or 0xB301BE) is known color: Deep Magenta. HEX triplet: B3, 01 and BE. RGB value is (179,1,190). Sum of RGB (Red+Green+Blue) = 179+1+190=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #B301BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301BE is #4CFE41. Grayscale: #4B4B4B. Windows color (decimal): -5045826 or 12452275. OLE color: 12452275.

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

Color convert

RGB 179 1 190 -
CMYK 0.06 0.99 0 0.25
HSL 296.51º 0.99% 0.37% -
HSV(B) 296.51º 0.99% 0.75% -
XYZ 27.9 13.32 49.82 -
YUV 75.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 179 1 190 0.06 0.99 0 0.25 296.51 0.99 0.37
Hex B3 1 BE 6 63 0 19 129 63 25
Octal 263 1 276 6 143 0 31 451 143 45
Binary 10110011 1 10111110 110 1100011 0 11001 100101001 1100011 100101

Color Harmonies of #B301BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301BE

Black with #B301BE

Text Example


Text Example

White with #B301BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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