Html Css Color HEX #B506A0 Medium Violet Red

📋 copy color: '#B506A0'

red 181 ◦ green 6 ◦ blue 160

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

Shades of Medium Violet Red #B506A0

Tints of Medium Violet Red #B506A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.11%

R = 52.16%
G = 1.73%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B506A0 (or 0xB506A0) is known color: Medium Violet Red. HEX triplet: B5, 06 and A0. RGB value is (181,6,160). Sum of RGB (Red+Green+Blue) = 181+6+160=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B506A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506A0 is #4AF95F. Grayscale: #4B4B4B. Windows color (decimal): -4913504 or 10487477. OLE color: 10487477.

HSL color Cylindrical-coordinate representation of color #B506A0: hue angle of 307.2º 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 #B506A0 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 6 160 -
CMYK 0 0.97 0.12 0.29
HSL 307.2º 0.94% 0.37% -
HSV(B) 307.2º 0.97% 0.71% -
XYZ 25.47 12.49 34.33 -
YUV 75.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 181 6 160 0 0.97 0.12 0.29 307.2 0.94 0.37
Hex B5 6 A0 0 61 C 1D 133 5E 25
Octal 265 6 240 0 141 14 35 463 136 45
Binary 10110101 110 10100000 0 1100001 1100 11101 100110011 1011110 100101

Color Harmonies of #B506A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506A0

Black with #B506A0

Text Example


Text Example

White with #B506A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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