Html Css Color HEX #B53375 Medium Red Violet

📋 copy color: '#B53375'

red 181 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #B53375

Tints of Medium Red Violet #B53375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 51.86%
G = 14.61%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B53375 (or 0xB53375) is known color: Medium Red Violet. HEX triplet: B5, 33 and 75. RGB value is (181,51,117). Sum of RGB (Red+Green+Blue) = 181+51+117=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B53375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53375 is #4ACC8A. Grayscale: #616161. Windows color (decimal): -4902027 or 7680949. OLE color: 7680949.

HSL color Cylindrical-coordinate representation of color #B53375: hue angle of 329.54º degrees, saturation: 0.56, 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 #B53375 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 117 -
CMYK 0 0.72 0.35 0.29
HSL 329.54º 0.56% 0.45% -
HSV(B) 329.54º 0.72% 0.71% -
XYZ 23.45 13.48 18.19 -
YUV 97.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 181 51 117 0 0.72 0.35 0.29 329.54 0.56 0.45
Hex B5 33 75 0 48 23 1D 14A 38 2D
Octal 265 63 165 0 110 43 35 512 70 55
Binary 10110101 110011 1110101 0 1001000 100011 11101 101001010 111000 101101

Color Harmonies of #B53375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53375

Black with #B53375

Text Example


Text Example

White with #B53375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53375; }

 p { color: rgb(181,51,117); }

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

background-color css

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

 a { background-color: rgb(181,51,117); }

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

border-color css

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

 span { border-color: rgb(181,51,117); }

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