Html Css Color HEX #B828AA Medium Red Violet

📋 copy color: '#B828AA'

red 184 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #B828AA

Tints of Medium Red Violet #B828AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.15%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 46.7%
G = 10.15%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B828AA (or 0xB828AA) is known color: Medium Red Violet. HEX triplet: B8, 28 and AA. RGB value is (184,40,170). Sum of RGB (Red+Green+Blue) = 184+40+170=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B828AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828AA is #47D755. Grayscale: #616161. Windows color (decimal): -4708182 or 11151544. OLE color: 11151544.

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

Color convert

RGB 184 40 170 -
CMYK 0 0.78 0.08 0.28
HSL 305.83º 0.64% 0.44% -
HSV(B) 305.83º 0.78% 0.72% -
XYZ 27.78 14.61 39.39 -
YUV 97.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 184 40 170 0 0.78 0.08 0.28 305.83 0.64 0.44
Hex B8 28 AA 0 4E 8 1C 132 40 2C
Octal 270 50 252 0 116 10 34 462 100 54
Binary 10111000 101000 10101010 0 1001110 1000 11100 100110010 1000000 101100

Color Harmonies of #B828AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828AA

Black with #B828AA

Text Example


Text Example

White with #B828AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828AA; }

 p { color: rgb(184,40,170); }

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

background-color css

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

 a { background-color: rgb(184,40,170); }

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

border-color css

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

 span { border-color: rgb(184,40,170); }

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