Html Css Color HEX #B5229E Medium Red Violet

📋 copy color: '#B5229E'

red 181 ◦ green 34 ◦ blue 158

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

Shades of Medium Red Violet #B5229E

Tints of Medium Red Violet #B5229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 48.53%
G = 9.12%
B = 42.36%

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

#B5229E (or 0xB5229E) is known color: Medium Red Violet. HEX triplet: B5, 22 and 9E. RGB value is (181,34,158). Sum of RGB (Red+Green+Blue) = 181+34+158=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5229E is #4ADD61. Grayscale: #5B5B5B. Windows color (decimal): -4906338 or 10363573. OLE color: 10363573.

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

Color convert

RGB 181 34 158 -
CMYK 0 0.81 0.13 0.29
HSL 309.39º 0.68% 0.42% -
HSV(B) 309.39º 0.81% 0.71% -
XYZ 25.8 13.44 33.58 -
YUV 92.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 181 34 158 0 0.81 0.13 0.29 309.39 0.68 0.42
Hex B5 22 9E 0 51 D 1D 135 44 2A
Octal 265 42 236 0 121 15 35 465 104 52
Binary 10110101 100010 10011110 0 1010001 1101 11101 100110101 1000100 101010

Color Harmonies of #B5229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5229E

Black with #B5229E

Text Example


Text Example

White with #B5229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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