Html Css Color HEX #B5229B Medium Red Violet

📋 copy color: '#B5229B'

red 181 ◦ green 34 ◦ blue 155

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

Shades of Medium Red Violet #B5229B

Tints of Medium Red Violet #B5229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 48.92%
G = 9.19%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5229B (or 0xB5229B) is known color: Medium Red Violet. HEX triplet: B5, 22 and 9B. RGB value is (181,34,155). Sum of RGB (Red+Green+Blue) = 181+34+155=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5229B is #4ADD64. Grayscale: #5B5B5B. Windows color (decimal): -4906341 or 10166965. OLE color: 10166965.

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

Color convert

RGB 181 34 155 -
CMYK 0 0.81 0.14 0.29
HSL 310.61º 0.68% 0.42% -
HSV(B) 310.61º 0.81% 0.71% -
XYZ 25.54 13.33 32.24 -
YUV 91.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 181 34 155 0 0.81 0.14 0.29 310.61 0.68 0.42
Hex B5 22 9B 0 51 E 1D 137 44 2A
Octal 265 42 233 0 121 16 35 467 104 52
Binary 10110101 100010 10011011 0 1010001 1110 11101 100110111 1000100 101010

Color Harmonies of #B5229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5229B

Black with #B5229B

Text Example


Text Example

White with #B5229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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