Html Css Color HEX #B40BBA Deep Magenta

📋 copy color: '#B40BBA'

red 180 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #B40BBA

Tints of Deep Magenta #B40BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 47.75%
G = 2.92%
B = 49.34%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B40BBA (or 0xB40BBA) is known color: Deep Magenta. HEX triplet: B4, 0B and BA. RGB value is (180,11,186). Sum of RGB (Red+Green+Blue) = 180+11+186=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #B40BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BBA is #4BF445. Grayscale: #505050. Windows color (decimal): -4977734 or 12192692. OLE color: 12192692.

HSL color Cylindrical-coordinate representation of color #B40BBA: hue angle of 297.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40BBA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 11 186 -
CMYK 0.03 0.94 0 0.27
HSL 297.94º 0.89% 0.39% -
HSV(B) 297.94º 0.94% 0.73% -
XYZ 27.8 13.49 47.59 -
YUV 81.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 180 11 186 0.03 0.94 0 0.27 297.94 0.89 0.39
Hex B4 B BA 3 5E 0 1B 12A 59 27
Octal 264 13 272 3 136 0 33 452 131 47
Binary 10110100 1011 10111010 11 1011110 0 11011 100101010 1011001 100111

Color Harmonies of #B40BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BBA

Black with #B40BBA

Text Example


Text Example

White with #B40BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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