Html Css Color HEX #B5188E Medium Violet Red

📋 copy color: '#B5188E'

red 181 ◦ green 24 ◦ blue 142

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

Shades of Medium Violet Red #B5188E

Tints of Medium Violet Red #B5188E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 52.16%
G = 6.92%
B = 40.92%

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

#B5188E (or 0xB5188E) is known color: Medium Violet Red. HEX triplet: B5, 18 and 8E. RGB value is (181,24,142). Sum of RGB (Red+Green+Blue) = 181+24+142=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5188E is #4AE771. Grayscale: #545454. Windows color (decimal): -4908914 or 9312437. OLE color: 9312437.

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

Color convert

RGB 181 24 142 -
CMYK 0 0.87 0.22 0.29
HSL 314.9º 0.77% 0.4% -
HSV(B) 314.9º 0.87% 0.71% -
XYZ 24.27 12.43 26.71 -
YUV 84.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 181 24 142 0 0.87 0.22 0.29 314.9 0.77 0.4
Hex B5 18 8E 0 57 16 1D 13B 4D 28
Octal 265 30 216 0 127 26 35 473 115 50
Binary 10110101 11000 10001110 0 1010111 10110 11101 100111011 1001101 101000

Color Harmonies of #B5188E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5188E

Black with #B5188E

Text Example


Text Example

White with #B5188E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5188E; }

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

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

background-color css

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

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

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

border-color css

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

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

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