Html Css Color HEX #B52B7A Medium Red Violet

📋 copy color: '#B52B7A'

red 181 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #B52B7A

Tints of Medium Red Violet #B52B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 52.31%
G = 12.43%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B52B7A (or 0xB52B7A) is known color: Medium Red Violet. HEX triplet: B5, 2B and 7A. RGB value is (181,43,122). Sum of RGB (Red+Green+Blue) = 181+43+122=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B7A is #4AD485. Grayscale: #5D5D5D. Windows color (decimal): -4904070 or 8006581. OLE color: 8006581.

HSL color Cylindrical-coordinate representation of color #B52B7A: hue angle of 325.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B7A is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 43 122 -
CMYK 0 0.76 0.33 0.29
HSL 325.65º 0.62% 0.44% -
HSV(B) 325.65º 0.76% 0.71% -
XYZ 23.43 12.96 19.68 -
YUV 93.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 181 43 122 0 0.76 0.33 0.29 325.65 0.62 0.44
Hex B5 2B 7A 0 4C 21 1D 146 3E 2C
Octal 265 53 172 0 114 41 35 506 76 54
Binary 10110101 101011 1111010 0 1001100 100001 11101 101000110 111110 101100

Color Harmonies of #B52B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B7A

Black with #B52B7A

Text Example


Text Example

White with #B52B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B7A; }

 p { color: rgb(181,43,122); }

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

background-color css

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

 a { background-color: rgb(181,43,122); }

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

border-color css

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

 span { border-color: rgb(181,43,122); }

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