Html Css Color HEX #B505DD Deep Magenta

📋 copy color: '#B505DD'

red 181 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #B505DD

Tints of Deep Magenta #B505DD

RGB

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

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

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

R = 44.47%
G = 1.23%
B = 54.3%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B505DD (or 0xB505DD) is known color: Deep Magenta. HEX triplet: B5, 05 and DD. RGB value is (181,5,221). Sum of RGB (Red+Green+Blue) = 181+5+221=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #B505DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505DD is #4AFA22. Grayscale: #515151. Windows color (decimal): -4913699 or 14484917. OLE color: 14484917.

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

Color convert

RGB 181 5 221 -
CMYK 0.18 0.98 0 0.13
HSL 288.89º 0.96% 0.44% -
HSV(B) 288.89º 0.98% 0.87% -
XYZ 32.16 15.15 69.64 -
YUV 82.25 206.31 198.44 -
System Red Green Blue C M Y K H S L
Decimal 181 5 221 0.18 0.98 0 0.13 288.89 0.96 0.44
Hex B5 5 DD 12 62 0 D 121 60 2C
Octal 265 5 335 22 142 0 15 441 140 54
Binary 10110101 101 11011101 10010 1100010 0 1101 100100001 1100000 101100

Color Harmonies of #B505DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505DD

Black with #B505DD

Text Example


Text Example

White with #B505DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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