Html Css Color HEX #B80CDA Deep Magenta

📋 copy color: '#B80CDA'

red 184 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #B80CDA

Tints of Deep Magenta #B80CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.9%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 44.44%
G = 2.9%
B = 52.66%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B80CDA (or 0xB80CDA) is known color: Deep Magenta. HEX triplet: B8, 0C and DA. RGB value is (184,12,218). Sum of RGB (Red+Green+Blue) = 184+12+218=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B80CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CDA is #47F325. Grayscale: #565656. Windows color (decimal): -4715302 or 14290104. OLE color: 14290104.

HSL color Cylindrical-coordinate representation of color #B80CDA: hue angle of 290.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CDA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 12 218 -
CMYK 0.16 0.94 0 0.15
HSL 290.1º 0.9% 0.45% -
HSV(B) 290.1º 0.94% 0.85% -
XYZ 32.55 15.52 67.61 -
YUV 86.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 184 12 218 0.16 0.94 0 0.15 290.1 0.9 0.45
Hex B8 C DA 10 5E 0 F 122 5A 2D
Octal 270 14 332 20 136 0 17 442 132 55
Binary 10111000 1100 11011010 10000 1011110 0 1111 100100010 1011010 101101

Color Harmonies of #B80CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CDA

Black with #B80CDA

Text Example


Text Example

White with #B80CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CDA; }

 p { color: rgb(184,12,218); }

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

background-color css

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

 a { background-color: rgb(184,12,218); }

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

border-color css

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

 span { border-color: rgb(184,12,218); }

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