Html Css Color HEX #B82BAB Medium Red Violet

📋 copy color: '#B82BAB'

red 184 ◦ green 43 ◦ blue 171

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

Shades of Medium Red Violet #B82BAB

Tints of Medium Red Violet #B82BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 46.23%
G = 10.8%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B82BAB (or 0xB82BAB) is known color: Medium Red Violet. HEX triplet: B8, 2B and AB. RGB value is (184,43,171). Sum of RGB (Red+Green+Blue) = 184+43+171=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BAB is #47D454. Grayscale: #636363. Windows color (decimal): -4707413 or 11217848. OLE color: 11217848.

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

Color convert

RGB 184 43 171 -
CMYK 0 0.77 0.07 0.28
HSL 305.53º 0.62% 0.45% -
HSV(B) 305.53º 0.77% 0.72% -
XYZ 27.98 14.86 39.92 -
YUV 99.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 184 43 171 0 0.77 0.07 0.28 305.53 0.62 0.45
Hex B8 2B AB 0 4D 7 1C 132 3E 2D
Octal 270 53 253 0 115 7 34 462 76 55
Binary 10111000 101011 10101011 0 1001101 111 11100 100110010 111110 101101

Color Harmonies of #B82BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BAB

Black with #B82BAB

Text Example


Text Example

White with #B82BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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