Html Css Color HEX #B413BE Deep Magenta

📋 copy color: '#B413BE'

red 180 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #B413BE

Tints of Deep Magenta #B413BE

RGB

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

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

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

R = 46.27%
G = 4.88%
B = 48.84%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B413BE (or 0xB413BE) is known color: Deep Magenta. HEX triplet: B4, 13 and BE. RGB value is (180,19,190). Sum of RGB (Red+Green+Blue) = 180+19+190=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #B413BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413BE is #4BEC41. Grayscale: #565656. Windows color (decimal): -4975682 or 12456884. OLE color: 12456884.

HSL color Cylindrical-coordinate representation of color #B413BE: hue angle of 296.49º 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 #B413BE is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 19 190 -
CMYK 0.05 0.90 0 0.25
HSL 296.49º 0.82% 0.41% -
HSV(B) 296.49º 0.9% 0.75% -
XYZ 28.35 13.89 49.9 -
YUV 86.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 180 19 190 0.05 0.90 0 0.25 296.49 0.82 0.41
Hex B4 13 BE 5 5A 0 19 128 52 29
Octal 264 23 276 5 132 0 31 450 122 51
Binary 10110100 10011 10111110 101 1011010 0 11001 100101000 1010010 101001

Color Harmonies of #B413BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413BE

Black with #B413BE

Text Example


Text Example

White with #B413BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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