Html Css Color HEX #B80FDE Deep Magenta

📋 copy color: '#B80FDE'

red 184 ◦ green 15 ◦ blue 222

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

Shades of Deep Magenta #B80FDE

Tints of Deep Magenta #B80FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 43.71%
G = 3.56%
B = 52.73%

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

#B80FDE (or 0xB80FDE) is known color: Deep Magenta. HEX triplet: B8, 0F and DE. RGB value is (184,15,222). Sum of RGB (Red+Green+Blue) = 184+15+222=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #B80FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FDE is #47F021. Grayscale: #585858. Windows color (decimal): -4714530 or 14553016. OLE color: 14553016.

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

Color convert

RGB 184 15 222 -
CMYK 0.17 0.93 0 0.13
HSL 288.99º 0.87% 0.46% -
HSV(B) 288.99º 0.93% 0.87% -
XYZ 33.12 15.81 70.41 -
YUV 89.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 184 15 222 0.17 0.93 0 0.13 288.99 0.87 0.46
Hex B8 F DE 11 5D 0 D 121 57 2E
Octal 270 17 336 21 135 0 15 441 127 56
Binary 10111000 1111 11011110 10001 1011101 0 1101 100100001 1010111 101110

Color Harmonies of #B80FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FDE

Black with #B80FDE

Text Example


Text Example

White with #B80FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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