Html Css Color HEX #B81175 Medium Violet Red

📋 copy color: '#B81175'

red 184 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #B81175

Tints of Medium Violet Red #B81175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

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

R = 57.86%
G = 5.35%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B81175 (or 0xB81175) is known color: Medium Violet Red. HEX triplet: B8, 11 and 75. RGB value is (184,17,117). Sum of RGB (Red+Green+Blue) = 184+17+117=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B81175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81175 is #47EE8A. Grayscale: #4E4E4E. Windows color (decimal): -4714123 or 7672248. OLE color: 7672248.

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

Color convert

RGB 184 17 117 -
CMYK 0 0.91 0.36 0.28
HSL 324.07º 0.83% 0.39% -
HSV(B) 324.07º 0.91% 0.72% -
XYZ 23.18 11.88 17.9 -
YUV 78.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 184 17 117 0 0.91 0.36 0.28 324.07 0.83 0.39
Hex B8 11 75 0 5B 24 1C 144 53 27
Octal 270 21 165 0 133 44 34 504 123 47
Binary 10111000 10001 1110101 0 1011011 100100 11100 101000100 1010011 100111

Color Harmonies of #B81175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81175

Black with #B81175

Text Example


Text Example

White with #B81175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81175; }

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

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

background-color css

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

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

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

border-color css

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

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

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