Html Css Color HEX #B40CB7 Deep Magenta

📋 copy color: '#B40CB7'

red 180 ◦ green 12 ◦ blue 183

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

Shades of Deep Magenta #B40CB7

Tints of Deep Magenta #B40CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 48%
G = 3.2%
B = 48.8%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B40CB7 (or 0xB40CB7) is known color: Deep Magenta. HEX triplet: B4, 0C and B7. RGB value is (180,12,183). Sum of RGB (Red+Green+Blue) = 180+12+183=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #B40CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CB7 is #4BF348. Grayscale: #515151. Windows color (decimal): -4977481 or 11996340. OLE color: 11996340.

HSL color Cylindrical-coordinate representation of color #B40CB7: hue angle of 298.95º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40CB7 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 12 183 -
CMYK 0.02 0.93 0 0.28
HSL 298.95º 0.88% 0.38% -
HSV(B) 298.95º 0.93% 0.72% -
XYZ 27.5 13.39 45.93 -
YUV 81.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 180 12 183 0.02 0.93 0 0.28 298.95 0.88 0.38
Hex B4 C B7 2 5D 0 1C 12B 58 26
Octal 264 14 267 2 135 0 34 453 130 46
Binary 10110100 1100 10110111 10 1011101 0 11100 100101011 1011000 100110

Color Harmonies of #B40CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CB7

Black with #B40CB7

Text Example


Text Example

White with #B40CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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