Html Css Color HEX #B5108B Medium Violet Red

📋 copy color: '#B5108B'

red 181 ◦ green 16 ◦ blue 139

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

Shades of Medium Violet Red #B5108B

Tints of Medium Violet Red #B5108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 53.87%
G = 4.76%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5108B (or 0xB5108B) is known color: Medium Violet Red. HEX triplet: B5, 10 and 8B. RGB value is (181,16,139). Sum of RGB (Red+Green+Blue) = 181+16+139=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5108B is #4AEF74. Grayscale: #4F4F4F. Windows color (decimal): -4910965 or 9113781. OLE color: 9113781.

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

Color convert

RGB 181 16 139 -
CMYK 0 0.91 0.23 0.29
HSL 315.27º 0.84% 0.39% -
HSV(B) 315.27º 0.91% 0.71% -
XYZ 23.9 12.06 25.49 -
YUV 79.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 181 16 139 0 0.91 0.23 0.29 315.27 0.84 0.39
Hex B5 10 8B 0 5B 17 1D 13B 54 27
Octal 265 20 213 0 133 27 35 473 124 47
Binary 10110101 10000 10001011 0 1011011 10111 11101 100111011 1010100 100111

Color Harmonies of #B5108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5108B

Black with #B5108B

Text Example


Text Example

White with #B5108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5108B; }

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

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

background-color css

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

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

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

border-color css

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

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

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