Html Css Color HEX #B506D9 Deep Magenta

📋 copy color: '#B506D9'

red 181 ◦ green 6 ◦ blue 217

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

Shades of Deep Magenta #B506D9

Tints of Deep Magenta #B506D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 53.71%

R = 44.8%
G = 1.49%
B = 53.71%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B506D9 (or 0xB506D9) is known color: Deep Magenta. HEX triplet: B5, 06 and D9. RGB value is (181,6,217). Sum of RGB (Red+Green+Blue) = 181+6+217=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #B506D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B506D9 is #4AF926. Grayscale: #515151. Windows color (decimal): -4913447 or 14223029. OLE color: 14223029.

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

Color convert

RGB 181 6 217 -
CMYK 0.17 0.97 0 0.15
HSL 289.76º 0.95% 0.44% -
HSV(B) 289.76º 0.97% 0.85% -
XYZ 31.65 14.96 66.87 -
YUV 82.38 203.98 198.34 -
System Red Green Blue C M Y K H S L
Decimal 181 6 217 0.17 0.97 0 0.15 289.76 0.95 0.44
Hex B5 6 D9 11 61 0 F 122 5F 2C
Octal 265 6 331 21 141 0 17 442 137 54
Binary 10110101 110 11011001 10001 1100001 0 1111 100100010 1011111 101100

Color Harmonies of #B506D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506D9

Black with #B506D9

Text Example


Text Example

White with #B506D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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