Html Css Color HEX #B5299E Medium Red Violet

📋 copy color: '#B5299E'

red 181 ◦ green 41 ◦ blue 158

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

Shades of Medium Red Violet #B5299E

Tints of Medium Red Violet #B5299E

RGB

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

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

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

R = 47.63%
G = 10.79%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5299E (or 0xB5299E) is known color: Medium Red Violet. HEX triplet: B5, 29 and 9E. RGB value is (181,41,158). Sum of RGB (Red+Green+Blue) = 181+41+158=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5299E is #4AD661. Grayscale: #5F5F5F. Windows color (decimal): -4904546 or 10365365. OLE color: 10365365.

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

Color convert

RGB 181 41 158 -
CMYK 0 0.77 0.13 0.29
HSL 309.86º 0.63% 0.44% -
HSV(B) 309.86º 0.77% 0.71% -
XYZ 26.02 13.88 33.66 -
YUV 96.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 181 41 158 0 0.77 0.13 0.29 309.86 0.63 0.44
Hex B5 29 9E 0 4D D 1D 136 3F 2C
Octal 265 51 236 0 115 15 35 466 77 54
Binary 10110101 101001 10011110 0 1001101 1101 11101 100110110 111111 101100

Color Harmonies of #B5299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5299E

Black with #B5299E

Text Example


Text Example

White with #B5299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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