Html Css Color HEX #B40CC5 Deep Magenta

📋 copy color: '#B40CC5'

red 180 ◦ green 12 ◦ blue 197

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

Shades of Deep Magenta #B40CC5

Tints of Deep Magenta #B40CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.64%

R = 46.27%
G = 3.08%
B = 50.64%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B40CC5 (or 0xB40CC5) is known color: Deep Magenta. HEX triplet: B4, 0C and C5. RGB value is (180,12,197). Sum of RGB (Red+Green+Blue) = 180+12+197=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #B40CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CC5 is #4BF33A. Grayscale: #525252. Windows color (decimal): -4977467 or 12913844. OLE color: 12913844.

HSL color Cylindrical-coordinate representation of color #B40CC5: hue angle of 294.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CC5 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 12 197 -
CMYK 0.09 0.94 0 0.23
HSL 294.49º 0.89% 0.41% -
HSV(B) 294.49º 0.94% 0.77% -
XYZ 29.03 14 53.99 -
YUV 83.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 180 12 197 0.09 0.94 0 0.23 294.49 0.89 0.41
Hex B4 C C5 9 5E 0 17 126 59 29
Octal 264 14 305 11 136 0 27 446 131 51
Binary 10110100 1100 11000101 1001 1011110 0 10111 100100110 1011001 101001

Color Harmonies of #B40CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CC5

Black with #B40CC5

Text Example


Text Example

White with #B40CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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