Html Css Color HEX #B5297F Medium Red Violet

📋 copy color: '#B5297F'

red 181 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #B5297F

Tints of Medium Red Violet #B5297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 51.86%
G = 11.75%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5297F (or 0xB5297F) is known color: Medium Red Violet. HEX triplet: B5, 29 and 7F. RGB value is (181,41,127). Sum of RGB (Red+Green+Blue) = 181+41+127=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B5297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5297F is #4AD680. Grayscale: #5C5C5C. Windows color (decimal): -4904577 or 8333749. OLE color: 8333749.

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

Color convert

RGB 181 41 127 -
CMYK 0 0.77 0.30 0.29
HSL 323.14º 0.63% 0.44% -
HSV(B) 323.14º 0.77% 0.71% -
XYZ 23.68 12.94 21.33 -
YUV 92.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 181 41 127 0 0.77 0.30 0.29 323.14 0.63 0.44
Hex B5 29 7F 0 4D 1E 1D 143 3F 2C
Octal 265 51 177 0 115 36 35 503 77 54
Binary 10110101 101001 1111111 0 1001101 11110 11101 101000011 111111 101100

Color Harmonies of #B5297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5297F

Black with #B5297F

Text Example


Text Example

White with #B5297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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