Html Css Color HEX #B40CBF Deep Magenta

📋 copy color: '#B40CBF'

red 180 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #B40CBF

Tints of Deep Magenta #B40CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 47%
G = 3.13%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B40CBF (or 0xB40CBF) is known color: Deep Magenta. HEX triplet: B4, 0C and BF. RGB value is (180,12,191). Sum of RGB (Red+Green+Blue) = 180+12+191=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #B40CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CBF is #4BF340. Grayscale: #525252. Windows color (decimal): -4977473 or 12520628. OLE color: 12520628.

HSL color Cylindrical-coordinate representation of color #B40CBF: hue angle of 296.31º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CBF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 12 191 -
CMYK 0.06 0.94 0 0.25
HSL 296.31º 0.88% 0.4% -
HSV(B) 296.31º 0.94% 0.75% -
XYZ 28.36 13.73 50.45 -
YUV 82.64 189.16 197.45 -
System Red Green Blue C M Y K H S L
Decimal 180 12 191 0.06 0.94 0 0.25 296.31 0.88 0.4
Hex B4 C BF 6 5E 0 19 128 58 28
Octal 264 14 277 6 136 0 31 450 130 50
Binary 10110100 1100 10111111 110 1011110 0 11001 100101000 1011000 101000

Color Harmonies of #B40CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CBF

Black with #B40CBF

Text Example


Text Example

White with #B40CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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