Html Css Color HEX #B40EBA Deep Magenta

📋 copy color: '#B40EBA'

red 180 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #B40EBA

Tints of Deep Magenta #B40EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.68%

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

R = 47.37%
G = 3.68%
B = 48.95%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B40EBA (or 0xB40EBA) is known color: Deep Magenta. HEX triplet: B4, 0E and BA. RGB value is (180,14,186). Sum of RGB (Red+Green+Blue) = 180+14+186=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #B40EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EBA is #4BF145. Grayscale: #525252. Windows color (decimal): -4976966 or 12193460. OLE color: 12193460.

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

Color convert

RGB 180 14 186 -
CMYK 0.03 0.92 0 0.27
HSL 297.91º 0.86% 0.39% -
HSV(B) 297.91º 0.92% 0.73% -
XYZ 27.84 13.56 47.6 -
YUV 83.24 186 197.01 -
System Red Green Blue C M Y K H S L
Decimal 180 14 186 0.03 0.92 0 0.27 297.91 0.86 0.39
Hex B4 E BA 3 5C 0 1B 12A 56 27
Octal 264 16 272 3 134 0 33 452 126 47
Binary 10110100 1110 10111010 11 1011100 0 11011 100101010 1010110 100111

Color Harmonies of #B40EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40EBA

Black with #B40EBA

Text Example


Text Example

White with #B40EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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