Html Css Color HEX #B5299A Medium Red Violet

📋 copy color: '#B5299A'

red 181 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #B5299A

Tints of Medium Red Violet #B5299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 48.14%
G = 10.9%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5299A (or 0xB5299A) is known color: Medium Red Violet. HEX triplet: B5, 29 and 9A. RGB value is (181,41,154). Sum of RGB (Red+Green+Blue) = 181+41+154=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5299A is #4AD665. Grayscale: #5F5F5F. Windows color (decimal): -4904550 or 10103221. OLE color: 10103221.

HSL color Cylindrical-coordinate representation of color #B5299A: hue angle of 311.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5299A is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 154 -
CMYK 0 0.77 0.15 0.29
HSL 311.57º 0.63% 0.44% -
HSV(B) 311.57º 0.77% 0.71% -
XYZ 25.68 13.74 31.87 -
YUV 95.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 181 41 154 0 0.77 0.15 0.29 311.57 0.63 0.44
Hex B5 29 9A 0 4D F 1D 138 3F 2C
Octal 265 51 232 0 115 17 35 470 77 54
Binary 10110101 101001 10011010 0 1001101 1111 11101 100111000 111111 101100

Color Harmonies of #B5299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5299A

Black with #B5299A

Text Example


Text Example

White with #B5299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5299A; }

 p { color: rgb(181,41,154); }

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

background-color css

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

 a { background-color: rgb(181,41,154); }

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

border-color css

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

 span { border-color: rgb(181,41,154); }

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