Html Css Color HEX #B5188D Medium Violet Red

📋 copy color: '#B5188D'

red 181 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #B5188D

Tints of Medium Violet Red #B5188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 52.31%
G = 6.94%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5188D (or 0xB5188D) is known color: Medium Violet Red. HEX triplet: B5, 18 and 8D. RGB value is (181,24,141). Sum of RGB (Red+Green+Blue) = 181+24+141=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5188D is #4AE772. Grayscale: #535353. Windows color (decimal): -4908915 or 9246901. OLE color: 9246901.

HSL color Cylindrical-coordinate representation of color #B5188D: hue angle of 315.29º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5188D is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 141 -
CMYK 0 0.87 0.22 0.29
HSL 315.29º 0.77% 0.4% -
HSV(B) 315.29º 0.87% 0.71% -
XYZ 24.19 12.4 26.32 -
YUV 84.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 181 24 141 0 0.87 0.22 0.29 315.29 0.77 0.4
Hex B5 18 8D 0 57 16 1D 13B 4D 28
Octal 265 30 215 0 127 26 35 473 115 50
Binary 10110101 11000 10001101 0 1010111 10110 11101 100111011 1001101 101000

Color Harmonies of #B5188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5188D

Black with #B5188D

Text Example


Text Example

White with #B5188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5188D; }

 p { color: rgb(181,24,141); }

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

background-color css

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

 a { background-color: rgb(181,24,141); }

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

border-color css

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

 span { border-color: rgb(181,24,141); }

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