Html Css Color HEX #B53288 Medium Red Violet

📋 copy color: '#B53288'

red 181 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #B53288

Tints of Medium Red Violet #B53288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 49.32%
G = 13.62%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B53288 (or 0xB53288) is known color: Medium Red Violet. HEX triplet: B5, 32 and 88. RGB value is (181,50,136). Sum of RGB (Red+Green+Blue) = 181+50+136=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B53288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53288 is #4ACD77. Grayscale: #626262. Windows color (decimal): -4902264 or 8925877. OLE color: 8925877.

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

Color convert

RGB 181 50 136 -
CMYK 0 0.72 0.25 0.29
HSL 320.61º 0.57% 0.45% -
HSV(B) 320.61º 0.72% 0.71% -
XYZ 24.64 13.88 24.67 -
YUV 98.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 181 50 136 0 0.72 0.25 0.29 320.61 0.57 0.45
Hex B5 32 88 0 48 19 1D 141 39 2D
Octal 265 62 210 0 110 31 35 501 71 55
Binary 10110101 110010 10001000 0 1001000 11001 11101 101000001 111001 101101

Color Harmonies of #B53288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53288

Black with #B53288

Text Example


Text Example

White with #B53288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53288; }

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

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

background-color css

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

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

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

border-color css

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

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

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