Html Css Color HEX #B82B8D Medium Red Violet

📋 copy color: '#B82B8D'

red 184 ◦ green 43 ◦ blue 141

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

Shades of Medium Red Violet #B82B8D

Tints of Medium Red Violet #B82B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 50%
G = 11.68%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B82B8D (or 0xB82B8D) is known color: Medium Red Violet. HEX triplet: B8, 2B and 8D. RGB value is (184,43,141). Sum of RGB (Red+Green+Blue) = 184+43+141=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82B8D is #47D472. Grayscale: #606060. Windows color (decimal): -4707443 or 9251768. OLE color: 9251768.

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

Color convert

RGB 184 43 141 -
CMYK 0 0.77 0.23 0.28
HSL 318.3º 0.62% 0.45% -
HSV(B) 318.3º 0.77% 0.72% -
XYZ 25.44 13.84 26.53 -
YUV 96.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 184 43 141 0 0.77 0.23 0.28 318.3 0.62 0.45
Hex B8 2B 8D 0 4D 17 1C 13E 3E 2D
Octal 270 53 215 0 115 27 34 476 76 55
Binary 10111000 101011 10001101 0 1001101 10111 11100 100111110 111110 101101

Color Harmonies of #B82B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B8D

Black with #B82B8D

Text Example


Text Example

White with #B82B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B8D; }

 p { color: rgb(184,43,141); }

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

background-color css

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

 a { background-color: rgb(184,43,141); }

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

border-color css

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

 span { border-color: rgb(184,43,141); }

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