Html Css Color HEX #B82C74 Medium Red Violet

📋 copy color: '#B82C74'

red 184 ◦ green 44 ◦ blue 116

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

Shades of Medium Red Violet #B82C74

Tints of Medium Red Violet #B82C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.79%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 53.49%
G = 12.79%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B82C74 (or 0xB82C74) is known color: Medium Red Violet. HEX triplet: B8, 2C and 74. RGB value is (184,44,116). Sum of RGB (Red+Green+Blue) = 184+44+116=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C74 is #47D38B. Grayscale: #5D5D5D. Windows color (decimal): -4707212 or 7613624. OLE color: 7613624.

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

Color convert

RGB 184 44 116 -
CMYK 0 0.76 0.37 0.28
HSL 329.14º 0.61% 0.45% -
HSV(B) 329.14º 0.76% 0.72% -
XYZ 23.82 13.25 17.83 -
YUV 94.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 184 44 116 0 0.76 0.37 0.28 329.14 0.61 0.45
Hex B8 2C 74 0 4C 25 1C 149 3D 2D
Octal 270 54 164 0 114 45 34 511 75 55
Binary 10111000 101100 1110100 0 1001100 100101 11100 101001001 111101 101101

Color Harmonies of #B82C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C74

Black with #B82C74

Text Example


Text Example

White with #B82C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C74; }

 p { color: rgb(184,44,116); }

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

background-color css

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

 a { background-color: rgb(184,44,116); }

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

border-color css

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

 span { border-color: rgb(184,44,116); }

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