Html Css Color HEX #B40FCB Deep Magenta

📋 copy color: '#B40FCB'

red 180 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #B40FCB

Tints of Deep Magenta #B40FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.77%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 45.23%
G = 3.77%
B = 51.01%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B40FCB (or 0xB40FCB) is known color: Deep Magenta. HEX triplet: B4, 0F and CB. RGB value is (180,15,203). Sum of RGB (Red+Green+Blue) = 180+15+203=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #B40FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FCB is #4BF034. Grayscale: #555555. Windows color (decimal): -4976693 or 13307828. OLE color: 13307828.

HSL color Cylindrical-coordinate representation of color #B40FCB: hue angle of 292.66º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40FCB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 15 203 -
CMYK 0.11 0.93 0 0.20
HSL 292.66º 0.86% 0.43% -
HSV(B) 292.66º 0.93% 0.8% -
XYZ 29.77 14.36 57.7 -
YUV 85.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 180 15 203 0.11 0.93 0 0.20 292.66 0.86 0.43
Hex B4 F CB B 5D 0 14 125 56 2B
Octal 264 17 313 13 135 0 24 445 126 53
Binary 10110100 1111 11001011 1011 1011101 0 10100 100100101 1010110 101011

Color Harmonies of #B40FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FCB

Black with #B40FCB

Text Example


Text Example

White with #B40FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FCB; }

 p { color: rgb(180,15,203); }

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

background-color css

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

 a { background-color: rgb(180,15,203); }

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

border-color css

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

 span { border-color: rgb(180,15,203); }

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