Html Css Color HEX #B5239D Medium Red Violet

📋 copy color: '#B5239D'

red 181 ◦ green 35 ◦ blue 157

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

Shades of Medium Red Violet #B5239D

Tints of Medium Red Violet #B5239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 48.53%
G = 9.38%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5239D (or 0xB5239D) is known color: Medium Red Violet. HEX triplet: B5, 23 and 9D. RGB value is (181,35,157). Sum of RGB (Red+Green+Blue) = 181+35+157=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5239D is #4ADC62. Grayscale: #5C5C5C. Windows color (decimal): -4906083 or 10298293. OLE color: 10298293.

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

Color convert

RGB 181 35 157 -
CMYK 0 0.81 0.13 0.29
HSL 309.86º 0.68% 0.42% -
HSV(B) 309.86º 0.81% 0.71% -
XYZ 25.74 13.46 33.14 -
YUV 92.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 181 35 157 0 0.81 0.13 0.29 309.86 0.68 0.42
Hex B5 23 9D 0 51 D 1D 136 44 2A
Octal 265 43 235 0 121 15 35 466 104 52
Binary 10110101 100011 10011101 0 1010001 1101 11101 100110110 1000100 101010

Color Harmonies of #B5239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5239D

Black with #B5239D

Text Example


Text Example

White with #B5239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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