Html Css Color HEX #B5296F Medium Red Violet

📋 copy color: '#B5296F'

red 181 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #B5296F

Tints of Medium Red Violet #B5296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 54.35%
G = 12.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5296F (or 0xB5296F) is known color: Medium Red Violet. HEX triplet: B5, 29 and 6F. RGB value is (181,41,111). Sum of RGB (Red+Green+Blue) = 181+41+111=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B5296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5296F is #4AD690. Grayscale: #5A5A5A. Windows color (decimal): -4904593 or 7285173. OLE color: 7285173.

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

Color convert

RGB 181 41 111 -
CMYK 0 0.77 0.39 0.29
HSL 330º 0.63% 0.44% -
HSV(B) 330º 0.77% 0.71% -
XYZ 22.72 12.56 16.27 -
YUV 90.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 181 41 111 0 0.77 0.39 0.29 330 0.63 0.44
Hex B5 29 6F 0 4D 27 1D 14A 3F 2C
Octal 265 51 157 0 115 47 35 512 77 54
Binary 10110101 101001 1101111 0 1001101 100111 11101 101001010 111111 101100

Color Harmonies of #B5296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5296F

Black with #B5296F

Text Example


Text Example

White with #B5296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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