Html Css Color HEX #B82D88 Medium Red Violet

📋 copy color: '#B82D88'

red 184 ◦ green 45 ◦ blue 136

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

Shades of Medium Red Violet #B82D88

Tints of Medium Red Violet #B82D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.33%

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 50.41%
G = 12.33%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B82D88 (or 0xB82D88) is known color: Medium Red Violet. HEX triplet: B8, 2D and 88. RGB value is (184,45,136). Sum of RGB (Red+Green+Blue) = 184+45+136=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82D88 is #47D277. Grayscale: #606060. Windows color (decimal): -4706936 or 8924600. OLE color: 8924600.

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

Color convert

RGB 184 45 136 -
CMYK 0 0.76 0.26 0.28
HSL 320.72º 0.61% 0.45% -
HSV(B) 320.72º 0.76% 0.72% -
XYZ 25.15 13.84 24.64 -
YUV 96.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 184 45 136 0 0.76 0.26 0.28 320.72 0.61 0.45
Hex B8 2D 88 0 4C 1A 1C 141 3D 2D
Octal 270 55 210 0 114 32 34 501 75 55
Binary 10111000 101101 10001000 0 1001100 11010 11100 101000001 111101 101101

Color Harmonies of #B82D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D88

Black with #B82D88

Text Example


Text Example

White with #B82D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D88; }

 p { color: rgb(184,45,136); }

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

background-color css

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

 a { background-color: rgb(184,45,136); }

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

border-color css

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

 span { border-color: rgb(184,45,136); }

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