Html Css Color HEX #B507DB Deep Magenta

📋 copy color: '#B507DB'

red 181 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #B507DB

Tints of Deep Magenta #B507DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

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

R = 44.47%
G = 1.72%
B = 53.81%

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

#B507DB (or 0xB507DB) is known color: Deep Magenta. HEX triplet: B5, 07 and DB. RGB value is (181,7,219). Sum of RGB (Red+Green+Blue) = 181+7+219=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #B507DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B507DB is #4AF824. Grayscale: #525252. Windows color (decimal): -4913189 or 14354357. OLE color: 14354357.

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

Color convert

RGB 181 7 219 -
CMYK 0.17 0.97 0 0.14
HSL 289.25º 0.94% 0.44% -
HSV(B) 289.25º 0.97% 0.86% -
XYZ 31.92 15.09 68.25 -
YUV 83.19 204.65 197.76 -
System Red Green Blue C M Y K H S L
Decimal 181 7 219 0.17 0.97 0 0.14 289.25 0.94 0.44
Hex B5 7 DB 11 61 0 E 121 5E 2C
Octal 265 7 333 21 141 0 16 441 136 54
Binary 10110101 111 11011011 10001 1100001 0 1110 100100001 1011110 101100

Color Harmonies of #B507DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B507DB

Black with #B507DB

Text Example


Text Example

White with #B507DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B507DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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