Html Css Color HEX #B82078 Medium Violet Red

📋 copy color: '#B82078'

red 184 ◦ green 32 ◦ blue 120

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

Shades of Medium Violet Red #B82078

Tints of Medium Violet Red #B82078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 54.76%
G = 9.52%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B82078 (or 0xB82078) is known color: Medium Violet Red. HEX triplet: B8, 20 and 78. RGB value is (184,32,120). Sum of RGB (Red+Green+Blue) = 184+32+120=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B82078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82078 is #47DF87. Grayscale: #575757. Windows color (decimal): -4710280 or 7872696. OLE color: 7872696.

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

Color convert

RGB 184 32 120 -
CMYK 0 0.83 0.35 0.28
HSL 325.26º 0.7% 0.42% -
HSV(B) 325.26º 0.83% 0.72% -
XYZ 23.67 12.58 18.95 -
YUV 87.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 184 32 120 0 0.83 0.35 0.28 325.26 0.7 0.42
Hex B8 20 78 0 53 23 1C 145 46 2A
Octal 270 40 170 0 123 43 34 505 106 52
Binary 10111000 100000 1111000 0 1010011 100011 11100 101000101 1000110 101010

Color Harmonies of #B82078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82078

Black with #B82078

Text Example


Text Example

White with #B82078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82078; }

 p { color: rgb(184,32,120); }

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

background-color css

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

 a { background-color: rgb(184,32,120); }

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

border-color css

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

 span { border-color: rgb(184,32,120); }

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