Html Css Color HEX #B53298 Medium Red Violet

📋 copy color: '#B53298'

red 181 ◦ green 50 ◦ blue 152

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

Shades of Medium Red Violet #B53298

Tints of Medium Red Violet #B53298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 47.26%
G = 13.05%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B53298 (or 0xB53298) is known color: Medium Red Violet. HEX triplet: B5, 32 and 98. RGB value is (181,50,152). Sum of RGB (Red+Green+Blue) = 181+50+152=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B53298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53298 is #4ACD67. Grayscale: #646464. Windows color (decimal): -4902248 or 9974453. OLE color: 9974453.

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

Color convert

RGB 181 50 152 -
CMYK 0 0.72 0.16 0.29
HSL 313.28º 0.57% 0.45% -
HSV(B) 313.28º 0.72% 0.71% -
XYZ 25.86 14.37 31.12 -
YUV 100.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 181 50 152 0 0.72 0.16 0.29 313.28 0.57 0.45
Hex B5 32 98 0 48 10 1D 139 39 2D
Octal 265 62 230 0 110 20 35 471 71 55
Binary 10110101 110010 10011000 0 1001000 10000 11101 100111001 111001 101101

Color Harmonies of #B53298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53298

Black with #B53298

Text Example


Text Example

White with #B53298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53298; }

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

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

background-color css

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

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

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

border-color css

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

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

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