Html Css Color HEX #B505DC Deep Magenta

📋 copy color: '#B505DC'

red 181 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #B505DC

Tints of Deep Magenta #B505DC

RGB

 RED value IS 181 (71.09% from 255) = 44.58%

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 44.58%
G = 1.23%
B = 54.19%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B505DC (or 0xB505DC) is known color: Deep Magenta. HEX triplet: B5, 05 and DC. RGB value is (181,5,220). Sum of RGB (Red+Green+Blue) = 181+5+220=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #B505DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505DC is #4AFA23. Grayscale: #515151. Windows color (decimal): -4913700 or 14419381. OLE color: 14419381.

HSL color Cylindrical-coordinate representation of color #B505DC: hue angle of 289.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505DC is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 5 220 -
CMYK 0.18 0.98 0 0.14
HSL 289.12º 0.96% 0.44% -
HSV(B) 289.12º 0.98% 0.86% -
XYZ 32.03 15.1 68.94 -
YUV 82.13 205.81 198.52 -
System Red Green Blue C M Y K H S L
Decimal 181 5 220 0.18 0.98 0 0.14 289.12 0.96 0.44
Hex B5 5 DC 12 62 0 E 121 60 2C
Octal 265 5 334 22 142 0 16 441 140 54
Binary 10110101 101 11011100 10010 1100010 0 1110 100100001 1100000 101100

Color Harmonies of #B505DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505DC

Black with #B505DC

Text Example


Text Example

White with #B505DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505DC; }

 p { color: rgb(181,5,220); }

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

background-color css

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

 a { background-color: rgb(181,5,220); }

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

border-color css

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

 span { border-color: rgb(181,5,220); }

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