Html Css Color HEX #B921AB Medium Violet Red

📋 copy color: '#B921AB'

red 185 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #B921AB

Tints of Medium Violet Red #B921AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

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

R = 47.56%
G = 8.48%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B921AB (or 0xB921AB) is known color: Medium Violet Red. HEX triplet: B9, 21 and AB. RGB value is (185,33,171). Sum of RGB (Red+Green+Blue) = 185+33+171=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B921AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B921AB is #46DE54. Grayscale: #5D5D5D. Windows color (decimal): -4644437 or 11215289. OLE color: 11215289.

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

Color convert

RGB 185 33 171 -
CMYK 0 0.82 0.08 0.27
HSL 305.53º 0.7% 0.43% -
HSV(B) 305.53º 0.82% 0.73% -
XYZ 27.9 14.34 39.83 -
YUV 94.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 185 33 171 0 0.82 0.08 0.27 305.53 0.7 0.43
Hex B9 21 AB 0 52 8 1B 132 46 2B
Octal 271 41 253 0 122 10 33 462 106 53
Binary 10111001 100001 10101011 0 1010010 1000 11011 100110010 1000110 101011

Color Harmonies of #B921AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B921AB

Black with #B921AB

Text Example


Text Example

White with #B921AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B921AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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