Html Css Color HEX #B505DB Deep Magenta

📋 copy color: '#B505DB'

red 181 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #B505DB

Tints of Deep Magenta #B505DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 44.69%
G = 1.23%
B = 54.07%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B505DB (or 0xB505DB) is known color: Deep Magenta. HEX triplet: B5, 05 and DB. RGB value is (181,5,219). Sum of RGB (Red+Green+Blue) = 181+5+219=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B505DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505DB is #4AFA24. Grayscale: #515151. Windows color (decimal): -4913701 or 14353845. OLE color: 14353845.

HSL color Cylindrical-coordinate representation of color #B505DB: hue angle of 289.35º 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 #B505DB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 5 219 -
CMYK 0.17 0.98 0 0.14
HSL 289.35º 0.96% 0.44% -
HSV(B) 289.35º 0.98% 0.86% -
XYZ 31.9 15.05 68.24 -
YUV 82.02 205.31 198.6 -
System Red Green Blue C M Y K H S L
Decimal 181 5 219 0.17 0.98 0 0.14 289.35 0.96 0.44
Hex B5 5 DB 11 62 0 E 121 60 2C
Octal 265 5 333 21 142 0 16 441 140 54
Binary 10110101 101 11011011 10001 1100010 0 1110 100100001 1100000 101100

Color Harmonies of #B505DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B505DB

Black with #B505DB

Text Example


Text Example

White with #B505DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B505DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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