Html Css Color HEX #B80CDC Deep Magenta

📋 copy color: '#B80CDC'

red 184 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #B80CDC

Tints of Deep Magenta #B80CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 44.23%
G = 2.88%
B = 52.88%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B80CDC (or 0xB80CDC) is known color: Deep Magenta. HEX triplet: B8, 0C and DC. RGB value is (184,12,220). Sum of RGB (Red+Green+Blue) = 184+12+220=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #B80CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CDC is #47F323. Grayscale: #565656. Windows color (decimal): -4715300 or 14421176. OLE color: 14421176.

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

Color convert

RGB 184 12 220 -
CMYK 0.16 0.95 0 0.14
HSL 289.62º 0.9% 0.45% -
HSV(B) 289.62º 0.95% 0.86% -
XYZ 32.82 15.62 69 -
YUV 87.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 184 12 220 0.16 0.95 0 0.14 289.62 0.9 0.45
Hex B8 C DC 10 5F 0 E 122 5A 2D
Octal 270 14 334 20 137 0 16 442 132 55
Binary 10111000 1100 11011100 10000 1011111 0 1110 100100010 1011010 101101

Color Harmonies of #B80CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CDC

Black with #B80CDC

Text Example


Text Example

White with #B80CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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