Html Css Color HEX #B40FCF Deep Magenta

📋 copy color: '#B40FCF'

red 180 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #B40FCF

Tints of Deep Magenta #B40FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 44.78%
G = 3.73%
B = 51.49%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B40FCF (or 0xB40FCF) is known color: Deep Magenta. HEX triplet: B4, 0F and CF. RGB value is (180,15,207). Sum of RGB (Red+Green+Blue) = 180+15+207=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #B40FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FCF is #4BF030. Grayscale: #555555. Windows color (decimal): -4976689 or 13569972. OLE color: 13569972.

HSL color Cylindrical-coordinate representation of color #B40FCF: hue angle of 291.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40FCF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 15 207 -
CMYK 0.13 0.93 0 0.19
HSL 291.56º 0.86% 0.44% -
HSV(B) 291.56º 0.93% 0.81% -
XYZ 30.26 14.55 60.25 -
YUV 86.22 196.16 194.89 -
System Red Green Blue C M Y K H S L
Decimal 180 15 207 0.13 0.93 0 0.19 291.56 0.86 0.44
Hex B4 F CF D 5D 0 13 124 56 2C
Octal 264 17 317 15 135 0 23 444 126 54
Binary 10110100 1111 11001111 1101 1011101 0 10011 100100100 1010110 101100

Color Harmonies of #B40FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FCF

Black with #B40FCF

Text Example


Text Example

White with #B40FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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