Html Css Color HEX #B5239F Medium Red Violet

📋 copy color: '#B5239F'

red 181 ◦ green 35 ◦ blue 159

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

Shades of Medium Red Violet #B5239F

Tints of Medium Red Violet #B5239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 48.27%
G = 9.33%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5239F (or 0xB5239F) is known color: Medium Red Violet. HEX triplet: B5, 23 and 9F. RGB value is (181,35,159). Sum of RGB (Red+Green+Blue) = 181+35+159=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5239F is #4ADC60. Grayscale: #5C5C5C. Windows color (decimal): -4906081 or 10429365. OLE color: 10429365.

HSL color Cylindrical-coordinate representation of color #B5239F: hue angle of 309.04º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5239F is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 159 -
CMYK 0 0.81 0.12 0.29
HSL 309.04º 0.68% 0.42% -
HSV(B) 309.04º 0.81% 0.71% -
XYZ 25.92 13.53 34.05 -
YUV 92.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 181 35 159 0 0.81 0.12 0.29 309.04 0.68 0.42
Hex B5 23 9F 0 51 C 1D 135 44 2A
Octal 265 43 237 0 121 14 35 465 104 52
Binary 10110101 100011 10011111 0 1010001 1100 11101 100110101 1000100 101010

Color Harmonies of #B5239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5239F

Black with #B5239F

Text Example


Text Example

White with #B5239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5239F; }

 p { color: rgb(181,35,159); }

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

background-color css

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

 a { background-color: rgb(181,35,159); }

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

border-color css

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

 span { border-color: rgb(181,35,159); }

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