Html Css Color HEX #B928AA Medium Red Violet

📋 copy color: '#B928AA'

red 185 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #B928AA

Tints of Medium Red Violet #B928AA

RGB

 RED value IS 185 (72.66% from 255) = 46.84%

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

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

R = 46.84%
G = 10.13%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B928AA (or 0xB928AA) is known color: Medium Red Violet. HEX triplet: B9, 28 and AA. RGB value is (185,40,170). Sum of RGB (Red+Green+Blue) = 185+40+170=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B928AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B928AA is #46D755. Grayscale: #616161. Windows color (decimal): -4642646 or 11151545. OLE color: 11151545.

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

Color convert

RGB 185 40 170 -
CMYK 0 0.78 0.08 0.27
HSL 306.21º 0.64% 0.44% -
HSV(B) 306.21º 0.78% 0.73% -
XYZ 28.02 14.73 39.4 -
YUV 98.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 185 40 170 0 0.78 0.08 0.27 306.21 0.64 0.44
Hex B9 28 AA 0 4E 8 1B 132 40 2C
Octal 271 50 252 0 116 10 33 462 100 54
Binary 10111001 101000 10101010 0 1001110 1000 11011 100110010 1000000 101100

Color Harmonies of #B928AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928AA

Black with #B928AA

Text Example


Text Example

White with #B928AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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