Html Css Color HEX #B5257C Medium Red Violet

📋 copy color: '#B5257C'

red 181 ◦ green 37 ◦ blue 124

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

Shades of Medium Red Violet #B5257C

Tints of Medium Red Violet #B5257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.82%

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

R = 52.92%
G = 10.82%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5257C (or 0xB5257C) is known color: Medium Red Violet. HEX triplet: B5, 25 and 7C. RGB value is (181,37,124). Sum of RGB (Red+Green+Blue) = 181+37+124=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5257C is #4ADA83. Grayscale: #595959. Windows color (decimal): -4905604 or 8136117. OLE color: 8136117.

HSL color Cylindrical-coordinate representation of color #B5257C: hue angle of 323.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5257C is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 124 -
CMYK 0 0.80 0.31 0.29
HSL 323.75º 0.66% 0.43% -
HSV(B) 323.75º 0.8% 0.71% -
XYZ 23.36 12.6 20.27 -
YUV 89.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 181 37 124 0 0.80 0.31 0.29 323.75 0.66 0.43
Hex B5 25 7C 0 50 1F 1D 144 42 2B
Octal 265 45 174 0 120 37 35 504 102 53
Binary 10110101 100101 1111100 0 1010000 11111 11101 101000100 1000010 101011

Color Harmonies of #B5257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5257C

Black with #B5257C

Text Example


Text Example

White with #B5257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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