Html Css Color HEX #B40CC8 Deep Magenta

📋 copy color: '#B40CC8'

red 180 ◦ green 12 ◦ blue 200

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

Shades of Deep Magenta #B40CC8

Tints of Deep Magenta #B40CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.02%

R = 45.92%
G = 3.06%
B = 51.02%

CMYK

 C value IS 0.1

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B40CC8 (or 0xB40CC8) is known color: Deep Magenta. HEX triplet: B4, 0C and C8. RGB value is (180,12,200). Sum of RGB (Red+Green+Blue) = 180+12+200=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #B40CC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CC8 is #4BF337. Grayscale: #535353. Windows color (decimal): -4977464 or 13110452. OLE color: 13110452.

HSL color Cylindrical-coordinate representation of color #B40CC8: hue angle of 293.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CC8 is Cyan = 0.1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 12 200 -
CMYK 0.1 0.94 0 0.22
HSL 293.62º 0.89% 0.42% -
HSV(B) 293.62º 0.94% 0.78% -
XYZ 29.38 14.14 55.82 -
YUV 83.66 193.66 196.71 -
System Red Green Blue C M Y K H S L
Decimal 180 12 200 0.1 0.94 0 0.22 293.62 0.89 0.42
Hex B4 C C8 A 5E 0 16 126 59 2A
Octal 264 14 310 12 136 0 26 446 131 52
Binary 10110100 1100 11001000 1010 1011110 0 10110 100100110 1011001 101010

Color Harmonies of #B40CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CC8

Black with #B40CC8

Text Example


Text Example

White with #B40CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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