Html Css Color HEX #B52E9C Medium Red Violet

📋 copy color: '#B52E9C'

red 181 ◦ green 46 ◦ blue 156

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

Shades of Medium Red Violet #B52E9C

Tints of Medium Red Violet #B52E9C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 47.26%
G = 12.01%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B52E9C (or 0xB52E9C) is known color: Medium Red Violet. HEX triplet: B5, 2E and 9C. RGB value is (181,46,156). Sum of RGB (Red+Green+Blue) = 181+46+156=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E9C is #4AD163. Grayscale: #626262. Windows color (decimal): -4903268 or 10235573. OLE color: 10235573.

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

Color convert

RGB 181 46 156 -
CMYK 0 0.75 0.14 0.29
HSL 311.11º 0.59% 0.45% -
HSV(B) 311.11º 0.75% 0.71% -
XYZ 26.03 14.18 32.82 -
YUV 98.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 181 46 156 0 0.75 0.14 0.29 311.11 0.59 0.45
Hex B5 2E 9C 0 4B E 1D 137 3B 2D
Octal 265 56 234 0 113 16 35 467 73 55
Binary 10110101 101110 10011100 0 1001011 1110 11101 100110111 111011 101101

Color Harmonies of #B52E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E9C

Black with #B52E9C

Text Example


Text Example

White with #B52E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E9C; }

 p { color: rgb(181,46,156); }

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

background-color css

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

 a { background-color: rgb(181,46,156); }

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

border-color css

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

 span { border-color: rgb(181,46,156); }

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