Html Css Color HEX #B80FDF Deep Magenta

📋 copy color: '#B80FDF'

red 184 ◦ green 15 ◦ blue 223

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

Shades of Deep Magenta #B80FDF

Tints of Deep Magenta #B80FDF

RGB

 RED value IS 184 (72.27% from 255) = 43.6%

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 43.6%
G = 3.55%
B = 52.84%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B80FDF (or 0xB80FDF) is known color: Deep Magenta. HEX triplet: B8, 0F and DF. RGB value is (184,15,223). Sum of RGB (Red+Green+Blue) = 184+15+223=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B80FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FDF is #47F020. Grayscale: #585858. Windows color (decimal): -4714529 or 14618552. OLE color: 14618552.

HSL color Cylindrical-coordinate representation of color #B80FDF: hue angle of 288.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FDF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 15 223 -
CMYK 0.17 0.93 0 0.13
HSL 288.75º 0.87% 0.47% -
HSV(B) 288.75º 0.93% 0.87% -
XYZ 33.26 15.86 71.12 -
YUV 89.24 203.49 195.59 -
System Red Green Blue C M Y K H S L
Decimal 184 15 223 0.17 0.93 0 0.13 288.75 0.87 0.47
Hex B8 F DF 11 5D 0 D 121 57 2F
Octal 270 17 337 21 135 0 15 441 127 57
Binary 10111000 1111 11011111 10001 1011101 0 1101 100100001 1010111 101111

Color Harmonies of #B80FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FDF

Black with #B80FDF

Text Example


Text Example

White with #B80FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FDF; }

 p { color: rgb(184,15,223); }

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

background-color css

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

 a { background-color: rgb(184,15,223); }

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

border-color css

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

 span { border-color: rgb(184,15,223); }

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