Html Css Color HEX #B82B7E Medium Red Violet

📋 copy color: '#B82B7E'

red 184 ◦ green 43 ◦ blue 126

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

Shades of Medium Red Violet #B82B7E

Tints of Medium Red Violet #B82B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 52.12%
G = 12.18%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B82B7E (or 0xB82B7E) is known color: Medium Red Violet. HEX triplet: B8, 2B and 7E. RGB value is (184,43,126). Sum of RGB (Red+Green+Blue) = 184+43+126=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B7E is #47D481. Grayscale: #5E5E5E. Windows color (decimal): -4707458 or 8268728. OLE color: 8268728.

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

Color convert

RGB 184 43 126 -
CMYK 0 0.77 0.32 0.28
HSL 324.68º 0.62% 0.45% -
HSV(B) 324.68º 0.77% 0.72% -
XYZ 24.4 13.42 21.04 -
YUV 94.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 184 43 126 0 0.77 0.32 0.28 324.68 0.62 0.45
Hex B8 2B 7E 0 4D 20 1C 145 3E 2D
Octal 270 53 176 0 115 40 34 505 76 55
Binary 10111000 101011 1111110 0 1001101 100000 11100 101000101 111110 101101

Color Harmonies of #B82B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B7E

Black with #B82B7E

Text Example


Text Example

White with #B82B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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