Html Css Color HEX #B40BBF Deep Magenta

📋 copy color: '#B40BBF'

red 180 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #B40BBF

Tints of Deep Magenta #B40BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.88%

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

R = 47.12%
G = 2.88%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B40BBF (or 0xB40BBF) is known color: Deep Magenta. HEX triplet: B4, 0B and BF. RGB value is (180,11,191). Sum of RGB (Red+Green+Blue) = 180+11+191=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #B40BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BBF is #4BF440. Grayscale: #515151. Windows color (decimal): -4977729 or 12520372. OLE color: 12520372.

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

Color convert

RGB 180 11 191 -
CMYK 0.06 0.94 0 0.25
HSL 296.33º 0.89% 0.4% -
HSV(B) 296.33º 0.94% 0.75% -
XYZ 28.35 13.7 50.44 -
YUV 82.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 180 11 191 0.06 0.94 0 0.25 296.33 0.89 0.4
Hex B4 B BF 6 5E 0 19 128 59 28
Octal 264 13 277 6 136 0 31 450 131 50
Binary 10110100 1011 10111111 110 1011110 0 11001 100101000 1011001 101000

Color Harmonies of #B40BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BBF

Black with #B40BBF

Text Example


Text Example

White with #B40BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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