Html Css Color HEX #B82F80 Medium Red Violet

📋 copy color: '#B82F80'

red 184 ◦ green 47 ◦ blue 128

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

Shades of Medium Red Violet #B82F80

Tints of Medium Red Violet #B82F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 51.25%
G = 13.09%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B82F80 (or 0xB82F80) is known color: Medium Red Violet. HEX triplet: B8, 2F and 80. RGB value is (184,47,128). Sum of RGB (Red+Green+Blue) = 184+47+128=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F80 is #47D07F. Grayscale: #616161. Windows color (decimal): -4706432 or 8400824. OLE color: 8400824.

HSL color Cylindrical-coordinate representation of color #B82F80: hue angle of 324.53º 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 #B82F80 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 47 128 -
CMYK 0 0.74 0.30 0.28
HSL 324.53º 0.59% 0.45% -
HSV(B) 324.53º 0.74% 0.72% -
XYZ 24.68 13.78 21.78 -
YUV 97.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 184 47 128 0 0.74 0.30 0.28 324.53 0.59 0.45
Hex B8 2F 80 0 4A 1E 1C 145 3B 2D
Octal 270 57 200 0 112 36 34 505 73 55
Binary 10111000 101111 10000000 0 1001010 11110 11100 101000101 111011 101101

Color Harmonies of #B82F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F80

Black with #B82F80

Text Example


Text Example

White with #B82F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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