Html Css Color HEX #B82B7A Medium Red Violet

📋 copy color: '#B82B7A'

red 184 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #B82B7A

Tints of Medium Red Violet #B82B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 52.72%
G = 12.32%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B82B7A (or 0xB82B7A) is known color: Medium Red Violet. HEX triplet: B8, 2B and 7A. RGB value is (184,43,122). Sum of RGB (Red+Green+Blue) = 184+43+122=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B7A is #47D485. Grayscale: #5D5D5D. Windows color (decimal): -4707462 or 8006584. OLE color: 8006584.

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

Color convert

RGB 184 43 122 -
CMYK 0 0.77 0.34 0.28
HSL 326.38º 0.62% 0.45% -
HSV(B) 326.38º 0.77% 0.72% -
XYZ 24.14 13.32 19.71 -
YUV 94.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 184 43 122 0 0.77 0.34 0.28 326.38 0.62 0.45
Hex B8 2B 7A 0 4D 22 1C 146 3E 2D
Octal 270 53 172 0 115 42 34 506 76 55
Binary 10111000 101011 1111010 0 1001101 100010 11100 101000110 111110 101101

Color Harmonies of #B82B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B7A

Black with #B82B7A

Text Example


Text Example

White with #B82B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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