Html Css Color HEX #B81975 Medium Violet Red

📋 copy color: '#B81975'

red 184 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #B81975

Tints of Medium Violet Red #B81975

RGB

 RED value IS 184 (72.27% from 255) = 56.44%

 GREEN value IS 25 (10.16% from 255) = 7.67%

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

R = 56.44%
G = 7.67%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B81975 (or 0xB81975) is known color: Medium Violet Red. HEX triplet: B8, 19 and 75. RGB value is (184,25,117). Sum of RGB (Red+Green+Blue) = 184+25+117=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B81975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81975 is #47E68A. Grayscale: #525252. Windows color (decimal): -4712075 or 7674296. OLE color: 7674296.

HSL color Cylindrical-coordinate representation of color #B81975: hue angle of 325.28º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81975 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 117 -
CMYK 0 0.86 0.36 0.28
HSL 325.28º 0.76% 0.41% -
HSV(B) 325.28º 0.86% 0.72% -
XYZ 23.33 12.17 17.95 -
YUV 83.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 184 25 117 0 0.86 0.36 0.28 325.28 0.76 0.41
Hex B8 19 75 0 56 24 1C 145 4C 29
Octal 270 31 165 0 126 44 34 505 114 51
Binary 10111000 11001 1110101 0 1010110 100100 11100 101000101 1001100 101001

Color Harmonies of #B81975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81975

Black with #B81975

Text Example


Text Example

White with #B81975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81975; }

 p { color: rgb(184,25,117); }

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

background-color css

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

 a { background-color: rgb(184,25,117); }

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

border-color css

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

 span { border-color: rgb(184,25,117); }

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