Html Css Color HEX #B5238D Medium Red Violet

📋 copy color: '#B5238D'

red 181 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #B5238D

Tints of Medium Red Violet #B5238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 50.7%
G = 9.8%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5238D (or 0xB5238D) is known color: Medium Red Violet. HEX triplet: B5, 23 and 8D. RGB value is (181,35,141). Sum of RGB (Red+Green+Blue) = 181+35+141=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5238D is #4ADC72. Grayscale: #5A5A5A. Windows color (decimal): -4906099 or 9249717. OLE color: 9249717.

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

Color convert

RGB 181 35 141 -
CMYK 0 0.81 0.22 0.29
HSL 316.44º 0.68% 0.42% -
HSV(B) 316.44º 0.81% 0.71% -
XYZ 24.46 12.95 26.41 -
YUV 90.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 181 35 141 0 0.81 0.22 0.29 316.44 0.68 0.42
Hex B5 23 8D 0 51 16 1D 13C 44 2A
Octal 265 43 215 0 121 26 35 474 104 52
Binary 10110101 100011 10001101 0 1010001 10110 11101 100111100 1000100 101010

Color Harmonies of #B5238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5238D

Black with #B5238D

Text Example


Text Example

White with #B5238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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