Html Css Color HEX #B828A0 Medium Red Violet

📋 copy color: '#B828A0'

red 184 ◦ green 40 ◦ blue 160

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

Shades of Medium Red Violet #B828A0

Tints of Medium Red Violet #B828A0

RGB

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

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

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

R = 47.92%
G = 10.42%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B828A0 (or 0xB828A0) is known color: Medium Red Violet. HEX triplet: B8, 28 and A0. RGB value is (184,40,160). Sum of RGB (Red+Green+Blue) = 184+40+160=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B828A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828A0 is #47D75F. Grayscale: #606060. Windows color (decimal): -4708192 or 10496184. OLE color: 10496184.

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

Color convert

RGB 184 40 160 -
CMYK 0 0.78 0.13 0.28
HSL 310º 0.64% 0.44% -
HSV(B) 310º 0.78% 0.72% -
XYZ 26.87 14.25 34.59 -
YUV 96.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 184 40 160 0 0.78 0.13 0.28 310 0.64 0.44
Hex B8 28 A0 0 4E D 1C 136 40 2C
Octal 270 50 240 0 116 15 34 466 100 54
Binary 10111000 101000 10100000 0 1001110 1101 11100 100110110 1000000 101100

Color Harmonies of #B828A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828A0

Black with #B828A0

Text Example


Text Example

White with #B828A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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