Html Css Color HEX #B82F86 Medium Red Violet

📋 copy color: '#B82F86'

red 184 ◦ green 47 ◦ blue 134

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

Shades of Medium Red Violet #B82F86

Tints of Medium Red Violet #B82F86

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.88%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 50.41%
G = 12.88%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B82F86 (or 0xB82F86) is known color: Medium Red Violet. HEX triplet: B8, 2F and 86. RGB value is (184,47,134). Sum of RGB (Red+Green+Blue) = 184+47+134=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F86 is #47D079. Grayscale: #616161. Windows color (decimal): -4706426 or 8794040. OLE color: 8794040.

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

Color convert

RGB 184 47 134 -
CMYK 0 0.74 0.27 0.28
HSL 321.9º 0.59% 0.45% -
HSV(B) 321.9º 0.74% 0.72% -
XYZ 25.09 13.94 23.92 -
YUV 97.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 184 47 134 0 0.74 0.27 0.28 321.9 0.59 0.45
Hex B8 2F 86 0 4A 1B 1C 142 3B 2D
Octal 270 57 206 0 112 33 34 502 73 55
Binary 10111000 101111 10000110 0 1001010 11011 11100 101000010 111011 101101

Color Harmonies of #B82F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F86

Black with #B82F86

Text Example


Text Example

White with #B82F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F86; }

 p { color: rgb(184,47,134); }

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

background-color css

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

 a { background-color: rgb(184,47,134); }

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

border-color css

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

 span { border-color: rgb(184,47,134); }

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