Html Css Color HEX #B413BF Deep Magenta

📋 copy color: '#B413BF'

red 180 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #B413BF

Tints of Deep Magenta #B413BF

RGB

 RED value IS 180 (70.7% from 255) = 46.15%

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 46.15%
G = 4.87%
B = 48.97%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B413BF (or 0xB413BF) is known color: Deep Magenta. HEX triplet: B4, 13 and BF. RGB value is (180,19,191). Sum of RGB (Red+Green+Blue) = 180+19+191=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #B413BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413BF is #4BEC40. Grayscale: #565656. Windows color (decimal): -4975681 or 12522420. OLE color: 12522420.

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

Color convert

RGB 180 19 191 -
CMYK 0.06 0.90 0 0.25
HSL 296.16º 0.82% 0.41% -
HSV(B) 296.16º 0.9% 0.75% -
XYZ 28.46 13.93 50.48 -
YUV 86.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 180 19 191 0.06 0.90 0 0.25 296.16 0.82 0.41
Hex B4 13 BF 6 5A 0 19 128 52 29
Octal 264 23 277 6 132 0 31 450 122 51
Binary 10110100 10011 10111111 110 1011010 0 11001 100101000 1010010 101001

Color Harmonies of #B413BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413BF

Black with #B413BF

Text Example


Text Example

White with #B413BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413BF; }

 p { color: rgb(180,19,191); }

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

background-color css

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

 a { background-color: rgb(180,19,191); }

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

border-color css

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

 span { border-color: rgb(180,19,191); }

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