Html Css Color HEX #B40BCD Deep Magenta

📋 copy color: '#B40BCD'

red 180 ◦ green 11 ◦ blue 205

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

Shades of Deep Magenta #B40BCD

Tints of Deep Magenta #B40BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 45.45%
G = 2.78%
B = 51.77%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B40BCD (or 0xB40BCD) is known color: Deep Magenta. HEX triplet: B4, 0B and CD. RGB value is (180,11,205). Sum of RGB (Red+Green+Blue) = 180+11+205=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #B40BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BCD is #4BF432. Grayscale: #535353. Windows color (decimal): -4977715 or 13437876. OLE color: 13437876.

HSL color Cylindrical-coordinate representation of color #B40BCD: hue angle of 292.27º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40BCD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 11 205 -
CMYK 0.12 0.95 0 0.20
HSL 292.27º 0.9% 0.42% -
HSV(B) 292.27º 0.95% 0.8% -
XYZ 29.96 14.35 58.95 -
YUV 83.65 196.49 196.73 -
System Red Green Blue C M Y K H S L
Decimal 180 11 205 0.12 0.95 0 0.20 292.27 0.9 0.42
Hex B4 B CD C 5F 0 14 124 5A 2A
Octal 264 13 315 14 137 0 24 444 132 52
Binary 10110100 1011 11001101 1100 1011111 0 10100 100100100 1011010 101010

Color Harmonies of #B40BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BCD

Black with #B40BCD

Text Example


Text Example

White with #B40BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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