Html Css Color HEX #B53277 Medium Red Violet

📋 copy color: '#B53277'

red 181 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #B53277

Tints of Medium Red Violet #B53277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 51.71%
G = 14.29%
B = 34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53277 (or 0xB53277) is known color: Medium Red Violet. HEX triplet: B5, 32 and 77. RGB value is (181,50,119). Sum of RGB (Red+Green+Blue) = 181+50+119=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53277 is #4ACD88. Grayscale: #606060. Windows color (decimal): -4902281 or 7811765. OLE color: 7811765.

HSL color Cylindrical-coordinate representation of color #B53277: hue angle of 328.4º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53277 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 119 -
CMYK 0 0.72 0.34 0.29
HSL 328.4º 0.57% 0.45% -
HSV(B) 328.4º 0.72% 0.71% -
XYZ 23.53 13.44 18.81 -
YUV 97.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 181 50 119 0 0.72 0.34 0.29 328.4 0.57 0.45
Hex B5 32 77 0 48 22 1D 148 39 2D
Octal 265 62 167 0 110 42 35 510 71 55
Binary 10110101 110010 1110111 0 1001000 100010 11101 101001000 111001 101101

Color Harmonies of #B53277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53277

Black with #B53277

Text Example


Text Example

White with #B53277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53277; }

 p { color: rgb(181,50,119); }

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

background-color css

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

 a { background-color: rgb(181,50,119); }

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

border-color css

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

 span { border-color: rgb(181,50,119); }

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