Html Css Color HEX #B5107A Medium Violet Red

📋 copy color: '#B5107A'

red 181 ◦ green 16 ◦ blue 122

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

Shades of Medium Violet Red #B5107A

Tints of Medium Violet Red #B5107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 56.74%
G = 5.02%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5107A (or 0xB5107A) is known color: Medium Violet Red. HEX triplet: B5, 10 and 7A. RGB value is (181,16,122). Sum of RGB (Red+Green+Blue) = 181+16+122=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5107A is #4AEF85. Grayscale: #4D4D4D. Windows color (decimal): -4910982 or 7999669. OLE color: 7999669.

HSL color Cylindrical-coordinate representation of color #B5107A: hue angle of 321.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5107A is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 16 122 -
CMYK 0 0.91 0.33 0.29
HSL 321.45º 0.84% 0.39% -
HSV(B) 321.45º 0.91% 0.71% -
XYZ 22.75 11.6 19.45 -
YUV 77.42 153.16 201.88 -
System Red Green Blue C M Y K H S L
Decimal 181 16 122 0 0.91 0.33 0.29 321.45 0.84 0.39
Hex B5 10 7A 0 5B 21 1D 141 54 27
Octal 265 20 172 0 133 41 35 501 124 47
Binary 10110101 10000 1111010 0 1011011 100001 11101 101000001 1010100 100111

Color Harmonies of #B5107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5107A

Black with #B5107A

Text Example


Text Example

White with #B5107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5107A; }

 p { color: rgb(181,16,122); }

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

background-color css

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

 a { background-color: rgb(181,16,122); }

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

border-color css

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

 span { border-color: rgb(181,16,122); }

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