Html Css Color HEX #B82AAB Medium Red Violet

📋 copy color: '#B82AAB'

red 184 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #B82AAB

Tints of Medium Red Violet #B82AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.58%

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

R = 46.35%
G = 10.58%
B = 43.07%

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

#B82AAB (or 0xB82AAB) is known color: Medium Red Violet. HEX triplet: B8, 2A and AB. RGB value is (184,42,171). Sum of RGB (Red+Green+Blue) = 184+42+171=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82AAB is #47D554. Grayscale: #626262. Windows color (decimal): -4707669 or 11217592. OLE color: 11217592.

HSL color Cylindrical-coordinate representation of color #B82AAB: hue angle of 305.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82AAB is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 42 171 -
CMYK 0 0.77 0.07 0.28
HSL 305.49º 0.63% 0.44% -
HSV(B) 305.49º 0.77% 0.72% -
XYZ 27.95 14.79 39.91 -
YUV 99.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 184 42 171 0 0.77 0.07 0.28 305.49 0.63 0.44
Hex B8 2A AB 0 4D 7 1C 131 3F 2C
Octal 270 52 253 0 115 7 34 461 77 54
Binary 10111000 101010 10101011 0 1001101 111 11100 100110001 111111 101100

Color Harmonies of #B82AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82AAB

Black with #B82AAB

Text Example


Text Example

White with #B82AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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