Html Css Color HEX #B82BA0 Medium Red Violet

📋 copy color: '#B82BA0'

red 184 ◦ green 43 ◦ blue 160

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

Shades of Medium Red Violet #B82BA0

Tints of Medium Red Violet #B82BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 47.55%
G = 11.11%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B82BA0 (or 0xB82BA0) is known color: Medium Red Violet. HEX triplet: B8, 2B and A0. RGB value is (184,43,160). Sum of RGB (Red+Green+Blue) = 184+43+160=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BA0 is #47D45F. Grayscale: #626262. Windows color (decimal): -4707424 or 10496952. OLE color: 10496952.

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

Color convert

RGB 184 43 160 -
CMYK 0 0.77 0.13 0.28
HSL 310.21º 0.62% 0.45% -
HSV(B) 310.21º 0.77% 0.72% -
XYZ 26.98 14.46 34.63 -
YUV 98.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 184 43 160 0 0.77 0.13 0.28 310.21 0.62 0.45
Hex B8 2B A0 0 4D D 1C 136 3E 2D
Octal 270 53 240 0 115 15 34 466 76 55
Binary 10111000 101011 10100000 0 1001101 1101 11100 100110110 111110 101101

Color Harmonies of #B82BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BA0

Black with #B82BA0

Text Example


Text Example

White with #B82BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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