Html Css Color HEX #B810DC Deep Magenta

📋 copy color: '#B810DC'

red 184 ◦ green 16 ◦ blue 220

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

Shades of Deep Magenta #B810DC

Tints of Deep Magenta #B810DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.81%

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

R = 43.81%
G = 3.81%
B = 52.38%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B810DC (or 0xB810DC) is known color: Deep Magenta. HEX triplet: B8, 10 and DC. RGB value is (184,16,220). Sum of RGB (Red+Green+Blue) = 184+16+220=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #B810DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810DC is #47EF23. Grayscale: #585858. Windows color (decimal): -4714276 or 14422200. OLE color: 14422200.

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

Color convert

RGB 184 16 220 -
CMYK 0.16 0.93 0 0.14
HSL 289.41º 0.86% 0.46% -
HSV(B) 289.41º 0.93% 0.86% -
XYZ 32.87 15.73 69.01 -
YUV 89.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 184 16 220 0.16 0.93 0 0.14 289.41 0.86 0.46
Hex B8 10 DC 10 5D 0 E 121 56 2E
Octal 270 20 334 20 135 0 16 441 126 56
Binary 10111000 10000 11011100 10000 1011101 0 1110 100100001 1010110 101110

Color Harmonies of #B810DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B810DC

Black with #B810DC

Text Example


Text Example

White with #B810DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B810DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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