Html Css Color HEX #B5187E Medium Violet Red

📋 copy color: '#B5187E'

red 181 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #B5187E

Tints of Medium Violet Red #B5187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 54.68%
G = 7.25%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5187E (or 0xB5187E) is known color: Medium Violet Red. HEX triplet: B5, 18 and 7E. RGB value is (181,24,126). Sum of RGB (Red+Green+Blue) = 181+24+126=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5187E is #4AE781. Grayscale: #525252. Windows color (decimal): -4908930 or 8263861. OLE color: 8263861.

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

Color convert

RGB 181 24 126 -
CMYK 0 0.87 0.30 0.29
HSL 321.02º 0.77% 0.4% -
HSV(B) 321.02º 0.87% 0.71% -
XYZ 23.15 11.98 20.83 -
YUV 82.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 181 24 126 0 0.87 0.30 0.29 321.02 0.77 0.4
Hex B5 18 7E 0 57 1E 1D 141 4D 28
Octal 265 30 176 0 127 36 35 501 115 50
Binary 10110101 11000 1111110 0 1010111 11110 11101 101000001 1001101 101000

Color Harmonies of #B5187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5187E

Black with #B5187E

Text Example


Text Example

White with #B5187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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