Html Css Color HEX #B40FBB Deep Magenta

📋 copy color: '#B40FBB'

red 180 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #B40FBB

Tints of Deep Magenta #B40FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.93%

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

R = 47.12%
G = 3.93%
B = 48.95%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B40FBB (or 0xB40FBB) is known color: Deep Magenta. HEX triplet: B4, 0F and BB. RGB value is (180,15,187). Sum of RGB (Red+Green+Blue) = 180+15+187=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #B40FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FBB is #4BF044. Grayscale: #535353. Windows color (decimal): -4976709 or 12259252. OLE color: 12259252.

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

Color convert

RGB 180 15 187 -
CMYK 0.04 0.92 0 0.27
HSL 297.56º 0.85% 0.4% -
HSV(B) 297.56º 0.92% 0.73% -
XYZ 27.96 13.63 48.17 -
YUV 83.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 180 15 187 0.04 0.92 0 0.27 297.56 0.85 0.4
Hex B4 F BB 4 5C 0 1B 12A 55 28
Octal 264 17 273 4 134 0 33 452 125 50
Binary 10110100 1111 10111011 100 1011100 0 11011 100101010 1010101 101000

Color Harmonies of #B40FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FBB

Black with #B40FBB

Text Example


Text Example

White with #B40FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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