Html Css Color HEX #B52675 Medium Red Violet

📋 copy color: '#B52675'

red 181 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #B52675

Tints of Medium Red Violet #B52675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.31%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 53.87%
G = 11.31%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B52675 (or 0xB52675) is known color: Medium Red Violet. HEX triplet: B5, 26 and 75. RGB value is (181,38,117). Sum of RGB (Red+Green+Blue) = 181+38+117=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B52675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52675 is #4AD98A. Grayscale: #595959. Windows color (decimal): -4905355 or 7677621. OLE color: 7677621.

HSL color Cylindrical-coordinate representation of color #B52675: hue angle of 326.85º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52675 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 38 117 -
CMYK 0 0.79 0.35 0.29
HSL 326.85º 0.65% 0.43% -
HSV(B) 326.85º 0.79% 0.71% -
XYZ 22.96 12.49 18.03 -
YUV 89.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 181 38 117 0 0.79 0.35 0.29 326.85 0.65 0.43
Hex B5 26 75 0 4F 23 1D 147 41 2B
Octal 265 46 165 0 117 43 35 507 101 53
Binary 10110101 100110 1110101 0 1001111 100011 11101 101000111 1000001 101011

Color Harmonies of #B52675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52675

Black with #B52675

Text Example


Text Example

White with #B52675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52675; }

 p { color: rgb(181,38,117); }

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

background-color css

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

 a { background-color: rgb(181,38,117); }

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

border-color css

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

 span { border-color: rgb(181,38,117); }

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