Html Css Color HEX #B40BCF Deep Magenta

📋 copy color: '#B40BCF'

red 180 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #B40BCF

Tints of Deep Magenta #B40BCF

RGB

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

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

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

R = 45.23%
G = 2.76%
B = 52.01%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B40BCF (or 0xB40BCF) is known color: Deep Magenta. HEX triplet: B4, 0B and CF. RGB value is (180,11,207). Sum of RGB (Red+Green+Blue) = 180+11+207=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #B40BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40BCF is #4BF430. Grayscale: #535353. Windows color (decimal): -4977713 or 13568948. OLE color: 13568948.

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

Color convert

RGB 180 11 207 -
CMYK 0.13 0.95 0 0.19
HSL 291.73º 0.9% 0.43% -
HSV(B) 291.73º 0.95% 0.81% -
XYZ 30.2 14.45 60.23 -
YUV 83.88 197.49 196.56 -
System Red Green Blue C M Y K H S L
Decimal 180 11 207 0.13 0.95 0 0.19 291.73 0.9 0.43
Hex B4 B CF D 5F 0 13 124 5A 2B
Octal 264 13 317 15 137 0 23 444 132 53
Binary 10110100 1011 11001111 1101 1011111 0 10011 100100100 1011010 101011

Color Harmonies of #B40BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BCF

Black with #B40BCF

Text Example


Text Example

White with #B40BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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