Html Css Color HEX #B506A5 Medium Violet Red

📋 copy color: '#B506A5'

red 181 ◦ green 6 ◦ blue 165

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

Shades of Medium Violet Red #B506A5

Tints of Medium Violet Red #B506A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.88%

R = 51.42%
G = 1.7%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B506A5 (or 0xB506A5) is known color: Medium Violet Red. HEX triplet: B5, 06 and A5. RGB value is (181,6,165). Sum of RGB (Red+Green+Blue) = 181+6+165=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B506A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B506A5 is #4AF95A. Grayscale: #4B4B4B. Windows color (decimal): -4913499 or 10815157. OLE color: 10815157.

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

Color convert

RGB 181 6 165 -
CMYK 0 0.97 0.09 0.29
HSL 305.49º 0.94% 0.37% -
HSV(B) 305.49º 0.97% 0.71% -
XYZ 25.91 12.67 36.68 -
YUV 76.45 177.98 202.57 -
System Red Green Blue C M Y K H S L
Decimal 181 6 165 0 0.97 0.09 0.29 305.49 0.94 0.37
Hex B5 6 A5 0 61 9 1D 131 5E 25
Octal 265 6 245 0 141 11 35 461 136 45
Binary 10110101 110 10100101 0 1100001 1001 11101 100110001 1011110 100101

Color Harmonies of #B506A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506A5

Black with #B506A5

Text Example


Text Example

White with #B506A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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