Html Css Color HEX #B82175 Medium Red Violet

📋 copy color: '#B82175'

red 184 ◦ green 33 ◦ blue 117

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

Shades of Medium Red Violet #B82175

Tints of Medium Red Violet #B82175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 55.09%
G = 9.88%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B82175 (or 0xB82175) is known color: Medium Red Violet. HEX triplet: B8, 21 and 75. RGB value is (184,33,117). Sum of RGB (Red+Green+Blue) = 184+33+117=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B82175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82175 is #47DE8A. Grayscale: #575757. Windows color (decimal): -4710027 or 7676344. OLE color: 7676344.

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

Color convert

RGB 184 33 117 -
CMYK 0 0.82 0.36 0.28
HSL 326.62º 0.7% 0.43% -
HSV(B) 326.62º 0.82% 0.72% -
XYZ 23.52 12.56 18.01 -
YUV 87.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 184 33 117 0 0.82 0.36 0.28 326.62 0.7 0.43
Hex B8 21 75 0 52 24 1C 147 46 2B
Octal 270 41 165 0 122 44 34 507 106 53
Binary 10111000 100001 1110101 0 1010010 100100 11100 101000111 1000110 101011

Color Harmonies of #B82175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82175

Black with #B82175

Text Example


Text Example

White with #B82175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82175; }

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

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

background-color css

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

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

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

border-color css

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

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

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