Html Css Color HEX #B5108A Medium Violet Red

📋 copy color: '#B5108A'

red 181 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #B5108A

Tints of Medium Violet Red #B5108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 54.03%
G = 4.78%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5108A (or 0xB5108A) is known color: Medium Violet Red. HEX triplet: B5, 10 and 8A. RGB value is (181,16,138). Sum of RGB (Red+Green+Blue) = 181+16+138=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B5108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5108A is #4AEF75. Grayscale: #4E4E4E. Windows color (decimal): -4910966 or 9048245. OLE color: 9048245.

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

Color convert

RGB 181 16 138 -
CMYK 0 0.91 0.24 0.29
HSL 315.64º 0.84% 0.39% -
HSV(B) 315.64º 0.91% 0.71% -
XYZ 23.83 12.03 25.11 -
YUV 79.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 181 16 138 0 0.91 0.24 0.29 315.64 0.84 0.39
Hex B5 10 8A 0 5B 18 1D 13C 54 27
Octal 265 20 212 0 133 30 35 474 124 47
Binary 10110101 10000 10001010 0 1011011 11000 11101 100111100 1010100 100111

Color Harmonies of #B5108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5108A

Black with #B5108A

Text Example


Text Example

White with #B5108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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