Html Css Color HEX #B5296E Medium Red Violet

📋 copy color: '#B5296E'

red 181 ◦ green 41 ◦ blue 110

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

Shades of Medium Red Violet #B5296E

Tints of Medium Red Violet #B5296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 54.52%
G = 12.35%
B = 33.13%

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

#B5296E (or 0xB5296E) is known color: Medium Red Violet. HEX triplet: B5, 29 and 6E. RGB value is (181,41,110). Sum of RGB (Red+Green+Blue) = 181+41+110=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B5296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5296E is #4AD691. Grayscale: #5A5A5A. Windows color (decimal): -4904594 or 7219637. OLE color: 7219637.

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

Color convert

RGB 181 41 110 -
CMYK 0 0.77 0.39 0.29
HSL 330.43º 0.63% 0.44% -
HSV(B) 330.43º 0.77% 0.71% -
XYZ 22.66 12.54 15.98 -
YUV 90.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 181 41 110 0 0.77 0.39 0.29 330.43 0.63 0.44
Hex B5 29 6E 0 4D 27 1D 14A 3F 2C
Octal 265 51 156 0 115 47 35 512 77 54
Binary 10110101 101001 1101110 0 1001101 100111 11101 101001010 111111 101100

Color Harmonies of #B5296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5296E

Black with #B5296E

Text Example


Text Example

White with #B5296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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