Html Css Color HEX #B506DB Deep Magenta

📋 copy color: '#B506DB'

red 181 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #B506DB

Tints of Deep Magenta #B506DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.48%

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

R = 44.58%
G = 1.48%
B = 53.94%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B506DB (or 0xB506DB) is known color: Deep Magenta. HEX triplet: B5, 06 and DB. RGB value is (181,6,219). Sum of RGB (Red+Green+Blue) = 181+6+219=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #B506DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B506DB is #4AF924. Grayscale: #515151. Windows color (decimal): -4913445 or 14354101. OLE color: 14354101.

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

Color convert

RGB 181 6 219 -
CMYK 0.17 0.97 0 0.14
HSL 289.3º 0.95% 0.44% -
HSV(B) 289.3º 0.97% 0.86% -
XYZ 31.91 15.07 68.24 -
YUV 82.61 204.98 198.18 -
System Red Green Blue C M Y K H S L
Decimal 181 6 219 0.17 0.97 0 0.14 289.3 0.95 0.44
Hex B5 6 DB 11 61 0 E 121 5F 2C
Octal 265 6 333 21 141 0 16 441 137 54
Binary 10110101 110 11011011 10001 1100001 0 1110 100100001 1011111 101100

Color Harmonies of #B506DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506DB

Black with #B506DB

Text Example


Text Example

White with #B506DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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