Html Css Color HEX #B5229C Medium Red Violet

📋 copy color: '#B5229C'

red 181 ◦ green 34 ◦ blue 156

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

Shades of Medium Red Violet #B5229C

Tints of Medium Red Violet #B5229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 48.79%
G = 9.16%
B = 42.05%

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

#B5229C (or 0xB5229C) is known color: Medium Red Violet. HEX triplet: B5, 22 and 9C. RGB value is (181,34,156). Sum of RGB (Red+Green+Blue) = 181+34+156=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5229C is #4ADD63. Grayscale: #5B5B5B. Windows color (decimal): -4906340 or 10232501. OLE color: 10232501.

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

Color convert

RGB 181 34 156 -
CMYK 0 0.81 0.14 0.29
HSL 310.2º 0.68% 0.42% -
HSV(B) 310.2º 0.81% 0.71% -
XYZ 25.63 13.37 32.68 -
YUV 91.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 181 34 156 0 0.81 0.14 0.29 310.2 0.68 0.42
Hex B5 22 9C 0 51 E 1D 136 44 2A
Octal 265 42 234 0 121 16 35 466 104 52
Binary 10110101 100010 10011100 0 1010001 1110 11101 100110110 1000100 101010

Color Harmonies of #B5229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5229C

Black with #B5229C

Text Example


Text Example

White with #B5229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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