Html Css Color HEX #B82DA8 Medium Red Violet

📋 copy color: '#B82DA8'

red 184 ◦ green 45 ◦ blue 168

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

Shades of Medium Red Violet #B82DA8

Tints of Medium Red Violet #B82DA8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.34%

 BLUE value IS 168 (66.02% from 255) = 42.32%

R = 46.35%
G = 11.34%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B82DA8 (or 0xB82DA8) is known color: Medium Red Violet. HEX triplet: B8, 2D and A8. RGB value is (184,45,168). Sum of RGB (Red+Green+Blue) = 184+45+168=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DA8 is #47D257. Grayscale: #646464. Windows color (decimal): -4706904 or 11021752. OLE color: 11021752.

HSL color Cylindrical-coordinate representation of color #B82DA8: hue angle of 306.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82DA8 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 45 168 -
CMYK 0 0.76 0.09 0.28
HSL 306.91º 0.61% 0.45% -
HSV(B) 306.91º 0.76% 0.72% -
XYZ 27.77 14.89 38.46 -
YUV 100.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 184 45 168 0 0.76 0.09 0.28 306.91 0.61 0.45
Hex B8 2D A8 0 4C 9 1C 133 3D 2D
Octal 270 55 250 0 114 11 34 463 75 55
Binary 10111000 101101 10101000 0 1001100 1001 11100 100110011 111101 101101

Color Harmonies of #B82DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DA8

Black with #B82DA8

Text Example


Text Example

White with #B82DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DA8; }

 p { color: rgb(184,45,168); }

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

background-color css

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

 a { background-color: rgb(184,45,168); }

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

border-color css

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

 span { border-color: rgb(184,45,168); }

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