Html Css Color HEX #B929AB Medium Red Violet

📋 copy color: '#B929AB'

red 185 ◦ green 41 ◦ blue 171

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

Shades of Medium Red Violet #B929AB

Tints of Medium Red Violet #B929AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

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

R = 46.6%
G = 10.33%
B = 43.07%

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

#B929AB (or 0xB929AB) is known color: Medium Red Violet. HEX triplet: B9, 29 and AB. RGB value is (185,41,171). Sum of RGB (Red+Green+Blue) = 185+41+171=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B929AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B929AB is #46D654. Grayscale: #626262. Windows color (decimal): -4642389 or 11217337. OLE color: 11217337.

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

Color convert

RGB 185 41 171 -
CMYK 0 0.78 0.08 0.27
HSL 305.83º 0.64% 0.44% -
HSV(B) 305.83º 0.78% 0.73% -
XYZ 28.15 14.84 39.91 -
YUV 98.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 185 41 171 0 0.78 0.08 0.27 305.83 0.64 0.44
Hex B9 29 AB 0 4E 8 1B 132 40 2C
Octal 271 51 253 0 116 10 33 462 100 54
Binary 10111001 101001 10101011 0 1001110 1000 11011 100110010 1000000 101100

Color Harmonies of #B929AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929AB

Black with #B929AB

Text Example


Text Example

White with #B929AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929AB; }

 p { color: rgb(185,41,171); }

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

background-color css

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

 a { background-color: rgb(185,41,171); }

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

border-color css

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

 span { border-color: rgb(185,41,171); }

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