Html Css Color HEX #B5229D Medium Red Violet

📋 copy color: '#B5229D'

red 181 ◦ green 34 ◦ blue 157

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

Shades of Medium Red Violet #B5229D

Tints of Medium Red Violet #B5229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.14%

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

R = 48.66%
G = 9.14%
B = 42.2%

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

#B5229D (or 0xB5229D) is known color: Medium Red Violet. HEX triplet: B5, 22 and 9D. RGB value is (181,34,157). Sum of RGB (Red+Green+Blue) = 181+34+157=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5229D is #4ADD62. Grayscale: #5B5B5B. Windows color (decimal): -4906339 or 10298037. OLE color: 10298037.

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

Color convert

RGB 181 34 157 -
CMYK 0 0.81 0.13 0.29
HSL 309.8º 0.68% 0.42% -
HSV(B) 309.8º 0.81% 0.71% -
XYZ 25.71 13.4 33.13 -
YUV 91.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 181 34 157 0 0.81 0.13 0.29 309.8 0.68 0.42
Hex B5 22 9D 0 51 D 1D 136 44 2A
Octal 265 42 235 0 121 15 35 466 104 52
Binary 10110101 100010 10011101 0 1010001 1101 11101 100110110 1000100 101010

Color Harmonies of #B5229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5229D

Black with #B5229D

Text Example


Text Example

White with #B5229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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