Html Css Color HEX #B413BB Deep Magenta

📋 copy color: '#B413BB'

red 180 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #B413BB

Tints of Deep Magenta #B413BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 46.63%
G = 4.92%
B = 48.45%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B413BB (or 0xB413BB) is known color: Deep Magenta. HEX triplet: B4, 13 and BB. RGB value is (180,19,187). Sum of RGB (Red+Green+Blue) = 180+19+187=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #B413BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413BB is #4BEC44. Grayscale: #555555. Windows color (decimal): -4975685 or 12260276. OLE color: 12260276.

HSL color Cylindrical-coordinate representation of color #B413BB: hue angle of 297.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B413BB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 19 187 -
CMYK 0.04 0.90 0 0.27
HSL 297.5º 0.82% 0.4% -
HSV(B) 297.5º 0.9% 0.73% -
XYZ 28.02 13.76 48.19 -
YUV 86.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 180 19 187 0.04 0.90 0 0.27 297.5 0.82 0.4
Hex B4 13 BB 4 5A 0 1B 12A 52 28
Octal 264 23 273 4 132 0 33 452 122 50
Binary 10110100 10011 10111011 100 1011010 0 11011 100101010 1010010 101000

Color Harmonies of #B413BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413BB

Black with #B413BB

Text Example


Text Example

White with #B413BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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