Html Css Color HEX #B52E7B Medium Red Violet

📋 copy color: '#B52E7B'

red 181 ◦ green 46 ◦ blue 123

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

Shades of Medium Red Violet #B52E7B

Tints of Medium Red Violet #B52E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 51.71%
G = 13.14%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B52E7B (or 0xB52E7B) is known color: Medium Red Violet. HEX triplet: B5, 2E and 7B. RGB value is (181,46,123). Sum of RGB (Red+Green+Blue) = 181+46+123=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E7B is #4AD184. Grayscale: #5E5E5E. Windows color (decimal): -4903301 or 8072885. OLE color: 8072885.

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

Color convert

RGB 181 46 123 -
CMYK 0 0.75 0.32 0.29
HSL 325.78º 0.59% 0.45% -
HSV(B) 325.78º 0.75% 0.71% -
XYZ 23.61 13.21 20.04 -
YUV 95.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 181 46 123 0 0.75 0.32 0.29 325.78 0.59 0.45
Hex B5 2E 7B 0 4B 20 1D 146 3B 2D
Octal 265 56 173 0 113 40 35 506 73 55
Binary 10110101 101110 1111011 0 1001011 100000 11101 101000110 111011 101101

Color Harmonies of #B52E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E7B

Black with #B52E7B

Text Example


Text Example

White with #B52E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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