Html Css Color HEX #B82B7C Medium Red Violet

📋 copy color: '#B82B7C'

red 184 ◦ green 43 ◦ blue 124

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

Shades of Medium Red Violet #B82B7C

Tints of Medium Red Violet #B82B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 52.42%
G = 12.25%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B82B7C (or 0xB82B7C) is known color: Medium Red Violet. HEX triplet: B8, 2B and 7C. RGB value is (184,43,124). Sum of RGB (Red+Green+Blue) = 184+43+124=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B7C is #47D483. Grayscale: #5E5E5E. Windows color (decimal): -4707460 or 8137656. OLE color: 8137656.

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

Color convert

RGB 184 43 124 -
CMYK 0 0.77 0.33 0.28
HSL 325.53º 0.62% 0.45% -
HSV(B) 325.53º 0.77% 0.72% -
XYZ 24.27 13.37 20.37 -
YUV 94.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 184 43 124 0 0.77 0.33 0.28 325.53 0.62 0.45
Hex B8 2B 7C 0 4D 21 1C 146 3E 2D
Octal 270 53 174 0 115 41 34 506 76 55
Binary 10111000 101011 1111100 0 1001101 100001 11100 101000110 111110 101101

Color Harmonies of #B82B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B7C

Black with #B82B7C

Text Example


Text Example

White with #B82B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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