Html Css Color HEX #B5229F Medium Red Violet

📋 copy color: '#B5229F'

red 181 ◦ green 34 ◦ blue 159

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

Shades of Medium Red Violet #B5229F

Tints of Medium Red Violet #B5229F

RGB

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

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

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

R = 48.4%
G = 9.09%
B = 42.51%

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

#B5229F (or 0xB5229F) is known color: Medium Red Violet. HEX triplet: B5, 22 and 9F. RGB value is (181,34,159). Sum of RGB (Red+Green+Blue) = 181+34+159=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5229F is #4ADD60. Grayscale: #5B5B5B. Windows color (decimal): -4906337 or 10429109. OLE color: 10429109.

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

Color convert

RGB 181 34 159 -
CMYK 0 0.81 0.12 0.29
HSL 308.98º 0.68% 0.42% -
HSV(B) 308.98º 0.81% 0.71% -
XYZ 25.89 13.47 34.04 -
YUV 92.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 181 34 159 0 0.81 0.12 0.29 308.98 0.68 0.42
Hex B5 22 9F 0 51 C 1D 135 44 2A
Octal 265 42 237 0 121 14 35 465 104 52
Binary 10110101 100010 10011111 0 1010001 1100 11101 100110101 1000100 101010

Color Harmonies of #B5229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5229F

Black with #B5229F

Text Example


Text Example

White with #B5229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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