Html Css Color HEX #B80BDF Deep Magenta

📋 copy color: '#B80BDF'

red 184 ◦ green 11 ◦ blue 223

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

Shades of Deep Magenta #B80BDF

Tints of Deep Magenta #B80BDF

RGB

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

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

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

R = 44.02%
G = 2.63%
B = 53.35%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B80BDF (or 0xB80BDF) is known color: Deep Magenta. HEX triplet: B8, 0B and DF. RGB value is (184,11,223). Sum of RGB (Red+Green+Blue) = 184+11+223=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #B80BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BDF is #47F420. Grayscale: #565656. Windows color (decimal): -4715553 or 14617528. OLE color: 14617528.

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

Color convert

RGB 184 11 223 -
CMYK 0.17 0.95 0 0.13
HSL 288.96º 0.91% 0.46% -
HSV(B) 288.96º 0.95% 0.87% -
XYZ 33.21 15.76 71.1 -
YUV 86.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 184 11 223 0.17 0.95 0 0.13 288.96 0.91 0.46
Hex B8 B DF 11 5F 0 D 121 5B 2E
Octal 270 13 337 21 137 0 15 441 133 56
Binary 10111000 1011 11011111 10001 1011111 0 1101 100100001 1011011 101110

Color Harmonies of #B80BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BDF

Black with #B80BDF

Text Example


Text Example

White with #B80BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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