Html Css Color HEX #B40CBD Deep Magenta

📋 copy color: '#B40CBD'

red 180 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #B40CBD

Tints of Deep Magenta #B40CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.15%

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 47.24%
G = 3.15%
B = 49.61%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B40CBD (or 0xB40CBD) is known color: Deep Magenta. HEX triplet: B4, 0C and BD. RGB value is (180,12,189). Sum of RGB (Red+Green+Blue) = 180+12+189=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #B40CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CBD is #4BF342. Grayscale: #515151. Windows color (decimal): -4977475 or 12389556. OLE color: 12389556.

HSL color Cylindrical-coordinate representation of color #B40CBD: hue angle of 296.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CBD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 12 189 -
CMYK 0.05 0.94 0 0.26
HSL 296.95º 0.88% 0.39% -
HSV(B) 296.95º 0.94% 0.74% -
XYZ 28.14 13.64 49.29 -
YUV 82.41 188.16 197.61 -
System Red Green Blue C M Y K H S L
Decimal 180 12 189 0.05 0.94 0 0.26 296.95 0.88 0.39
Hex B4 C BD 5 5E 0 1A 129 58 27
Octal 264 14 275 5 136 0 32 451 130 47
Binary 10110100 1100 10111101 101 1011110 0 11010 100101001 1011000 100111

Color Harmonies of #B40CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CBD

Black with #B40CBD

Text Example


Text Example

White with #B40CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CBD; }

 p { color: rgb(180,12,189); }

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

background-color css

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

 a { background-color: rgb(180,12,189); }

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

border-color css

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

 span { border-color: rgb(180,12,189); }

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