Html Css Color HEX #B52E6F Medium Red Violet

📋 copy color: '#B52E6F'

red 181 ◦ green 46 ◦ blue 111

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

Shades of Medium Red Violet #B52E6F

Tints of Medium Red Violet #B52E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 53.55%
G = 13.61%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B52E6F (or 0xB52E6F) is known color: Medium Red Violet. HEX triplet: B5, 2E and 6F. RGB value is (181,46,111). Sum of RGB (Red+Green+Blue) = 181+46+111=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E6F is #4AD190. Grayscale: #5D5D5D. Windows color (decimal): -4903313 or 7286453. OLE color: 7286453.

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

Color convert

RGB 181 46 111 -
CMYK 0 0.75 0.39 0.29
HSL 331.11º 0.59% 0.45% -
HSV(B) 331.11º 0.75% 0.71% -
XYZ 22.9 12.93 16.33 -
YUV 93.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 181 46 111 0 0.75 0.39 0.29 331.11 0.59 0.45
Hex B5 2E 6F 0 4B 27 1D 14B 3B 2D
Octal 265 56 157 0 113 47 35 513 73 55
Binary 10110101 101110 1101111 0 1001011 100111 11101 101001011 111011 101101

Color Harmonies of #B52E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E6F

Black with #B52E6F

Text Example


Text Example

White with #B52E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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