Html Css Color HEX #B82991 Medium Red Violet

📋 copy color: '#B82991'

red 184 ◦ green 41 ◦ blue 145

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

Shades of Medium Red Violet #B82991

Tints of Medium Red Violet #B82991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 49.73%
G = 11.08%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B82991 (or 0xB82991) is known color: Medium Red Violet. HEX triplet: B8, 29 and 91. RGB value is (184,41,145). Sum of RGB (Red+Green+Blue) = 184+41+145=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B82991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82991 is #47D66E. Grayscale: #5F5F5F. Windows color (decimal): -4707951 or 9513400. OLE color: 9513400.

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

Color convert

RGB 184 41 145 -
CMYK 0 0.78 0.21 0.28
HSL 316.36º 0.64% 0.44% -
HSV(B) 316.36º 0.78% 0.72% -
XYZ 25.67 13.82 28.1 -
YUV 95.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 184 41 145 0 0.78 0.21 0.28 316.36 0.64 0.44
Hex B8 29 91 0 4E 15 1C 13C 40 2C
Octal 270 51 221 0 116 25 34 474 100 54
Binary 10111000 101001 10010001 0 1001110 10101 11100 100111100 1000000 101100

Color Harmonies of #B82991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82991

Black with #B82991

Text Example


Text Example

White with #B82991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82991; }

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

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

background-color css

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

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

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

border-color css

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

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

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