Html Css Color HEX #B5127C Medium Violet Red

📋 copy color: '#B5127C'

red 181 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #B5127C

Tints of Medium Violet Red #B5127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 56.04%
G = 5.57%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5127C (or 0xB5127C) is known color: Medium Violet Red. HEX triplet: B5, 12 and 7C. RGB value is (181,18,124). Sum of RGB (Red+Green+Blue) = 181+18+124=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5127C is #4AED83. Grayscale: #4E4E4E. Windows color (decimal): -4910468 or 8131253. OLE color: 8131253.

HSL color Cylindrical-coordinate representation of color #B5127C: hue angle of 320.98º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5127C is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 124 -
CMYK 0 0.90 0.31 0.29
HSL 320.98º 0.82% 0.39% -
HSV(B) 320.98º 0.9% 0.71% -
XYZ 22.91 11.71 20.12 -
YUV 78.82 153.5 200.88 -
System Red Green Blue C M Y K H S L
Decimal 181 18 124 0 0.90 0.31 0.29 320.98 0.82 0.39
Hex B5 12 7C 0 5A 1F 1D 141 52 27
Octal 265 22 174 0 132 37 35 501 122 47
Binary 10110101 10010 1111100 0 1011010 11111 11101 101000001 1010010 100111

Color Harmonies of #B5127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5127C

Black with #B5127C

Text Example


Text Example

White with #B5127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5127C; }

 p { color: rgb(181,18,124); }

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

background-color css

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

 a { background-color: rgb(181,18,124); }

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

border-color css

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

 span { border-color: rgb(181,18,124); }

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