Html Css Color HEX #B80BDD Deep Magenta

📋 copy color: '#B80BDD'

red 184 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #B80BDD

Tints of Deep Magenta #B80BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 44.23%
G = 2.64%
B = 53.13%

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

#B80BDD (or 0xB80BDD) is known color: Deep Magenta. HEX triplet: B8, 0B and DD. RGB value is (184,11,221). Sum of RGB (Red+Green+Blue) = 184+11+221=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B80BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BDD is #47F422. Grayscale: #565656. Windows color (decimal): -4715555 or 14486456. OLE color: 14486456.

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

Color convert

RGB 184 11 221 -
CMYK 0.17 0.95 0 0.13
HSL 289.43º 0.91% 0.45% -
HSV(B) 289.43º 0.95% 0.87% -
XYZ 32.94 15.65 69.69 -
YUV 86.67 203.81 197.42 -
System Red Green Blue C M Y K H S L
Decimal 184 11 221 0.17 0.95 0 0.13 289.43 0.91 0.45
Hex B8 B DD 11 5F 0 D 121 5B 2D
Octal 270 13 335 21 137 0 15 441 133 55
Binary 10111000 1011 11011101 10001 1011111 0 1101 100100001 1011011 101101

Color Harmonies of #B80BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BDD

Black with #B80BDD

Text Example


Text Example

White with #B80BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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