Html Css Color HEX #B82973 Medium Red Violet

📋 copy color: '#B82973'

red 184 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #B82973

Tints of Medium Red Violet #B82973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 54.12%
G = 12.06%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B82973 (or 0xB82973) is known color: Medium Red Violet. HEX triplet: B8, 29 and 73. RGB value is (184,41,115). Sum of RGB (Red+Green+Blue) = 184+41+115=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B82973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82973 is #47D68C. Grayscale: #5C5C5C. Windows color (decimal): -4707981 or 7547320. OLE color: 7547320.

HSL color Cylindrical-coordinate representation of color #B82973: hue angle of 328.95º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82973 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 115 -
CMYK 0 0.78 0.38 0.28
HSL 328.95º 0.64% 0.44% -
HSV(B) 328.95º 0.78% 0.72% -
XYZ 23.65 13.01 17.48 -
YUV 92.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 184 41 115 0 0.78 0.38 0.28 328.95 0.64 0.44
Hex B8 29 73 0 4E 26 1C 149 40 2C
Octal 270 51 163 0 116 46 34 511 100 54
Binary 10111000 101001 1110011 0 1001110 100110 11100 101001001 1000000 101100

Color Harmonies of #B82973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82973

Black with #B82973

Text Example


Text Example

White with #B82973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82973; }

 p { color: rgb(184,41,115); }

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

background-color css

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

 a { background-color: rgb(184,41,115); }

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

border-color css

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

 span { border-color: rgb(184,41,115); }

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