Html Css Color HEX #B40BC6 Deep Magenta

📋 copy color: '#B40BC6'

red 180 ◦ green 11 ◦ blue 198

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

Shades of Deep Magenta #B40BC6

Tints of Deep Magenta #B40BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 46.27%
G = 2.83%
B = 50.9%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B40BC6 (or 0xB40BC6) is known color: Deep Magenta. HEX triplet: B4, 0B and C6. RGB value is (180,11,198). Sum of RGB (Red+Green+Blue) = 180+11+198=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #B40BC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BC6 is #4BF439. Grayscale: #525252. Windows color (decimal): -4977722 or 12979124. OLE color: 12979124.

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

Color convert

RGB 180 11 198 -
CMYK 0.09 0.94 0 0.22
HSL 294.22º 0.89% 0.41% -
HSV(B) 294.22º 0.94% 0.78% -
XYZ 29.14 14.02 54.6 -
YUV 82.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 180 11 198 0.09 0.94 0 0.22 294.22 0.89 0.41
Hex B4 B C6 9 5E 0 16 126 59 29
Octal 264 13 306 11 136 0 26 446 131 51
Binary 10110100 1011 11000110 1001 1011110 0 10110 100100110 1011001 101001

Color Harmonies of #B40BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BC6

Black with #B40BC6

Text Example


Text Example

White with #B40BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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