Html Css Color HEX #B538A1 Medium Red Violet

📋 copy color: '#B538A1'

red 181 ◦ green 56 ◦ blue 161

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

Shades of Medium Red Violet #B538A1

Tints of Medium Red Violet #B538A1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.07%

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 45.48%
G = 14.07%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B538A1 (or 0xB538A1) is known color: Medium Red Violet. HEX triplet: B5, 38 and A1. RGB value is (181,56,161). Sum of RGB (Red+Green+Blue) = 181+56+161=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B538A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B538A1 is #4AC75E. Grayscale: #696969. Windows color (decimal): -4900703 or 10565813. OLE color: 10565813.

HSL color Cylindrical-coordinate representation of color #B538A1: hue angle of 309.6º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B538A1 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 161 -
CMYK 0 0.69 0.11 0.29
HSL 309.6º 0.53% 0.46% -
HSV(B) 309.6º 0.69% 0.71% -
XYZ 26.9 15.23 35.24 -
YUV 105.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 181 56 161 0 0.69 0.11 0.29 309.6 0.53 0.46
Hex B5 38 A1 0 45 B 1D 136 35 2E
Octal 265 70 241 0 105 13 35 466 65 56
Binary 10110101 111000 10100001 0 1000101 1011 11101 100110110 110101 101110

Color Harmonies of #B538A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538A1

Black with #B538A1

Text Example


Text Example

White with #B538A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538A1; }

 p { color: rgb(181,56,161); }

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

background-color css

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

 a { background-color: rgb(181,56,161); }

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

border-color css

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

 span { border-color: rgb(181,56,161); }

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