Html Css Color HEX #B506B1 Deep Magenta

📋 copy color: '#B506B1'

red 181 ◦ green 6 ◦ blue 177

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

Shades of Deep Magenta #B506B1

Tints of Deep Magenta #B506B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.63%

R = 49.73%
G = 1.65%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B506B1 (or 0xB506B1) is known color: Deep Magenta. HEX triplet: B5, 06 and B1. RGB value is (181,6,177). Sum of RGB (Red+Green+Blue) = 181+6+177=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B506B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506B1 is #4AF94E. Grayscale: #4D4D4D. Windows color (decimal): -4913487 or 11601589. OLE color: 11601589.

HSL color Cylindrical-coordinate representation of color #B506B1: hue angle of 301.37º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B506B1 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 6 177 -
CMYK 0 0.97 0.02 0.29
HSL 301.37º 0.94% 0.37% -
HSV(B) 301.37º 0.97% 0.71% -
XYZ 27.06 13.13 42.7 -
YUV 77.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 181 6 177 0 0.97 0.02 0.29 301.37 0.94 0.37
Hex B5 6 B1 0 61 2 1D 12D 5E 25
Octal 265 6 261 0 141 2 35 455 136 45
Binary 10110101 110 10110001 0 1100001 10 11101 100101101 1011110 100101

Color Harmonies of #B506B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506B1

Black with #B506B1

Text Example


Text Example

White with #B506B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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