Html Css Color HEX #B920AB Medium Violet Red

📋 copy color: '#B920AB'

red 185 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #B920AB

Tints of Medium Violet Red #B920AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

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

R = 47.68%
G = 8.25%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B920AB (or 0xB920AB) is known color: Medium Violet Red. HEX triplet: B9, 20 and AB. RGB value is (185,32,171). Sum of RGB (Red+Green+Blue) = 185+32+171=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B920AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B920AB is #46DF54. Grayscale: #5D5D5D. Windows color (decimal): -4644693 or 11215033. OLE color: 11215033.

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

Color convert

RGB 185 32 171 -
CMYK 0 0.83 0.08 0.27
HSL 305.49º 0.71% 0.43% -
HSV(B) 305.49º 0.83% 0.73% -
XYZ 27.87 14.29 39.82 -
YUV 93.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 185 32 171 0 0.83 0.08 0.27 305.49 0.71 0.43
Hex B9 20 AB 0 53 8 1B 131 47 2B
Octal 271 40 253 0 123 10 33 461 107 53
Binary 10111001 100000 10101011 0 1010011 1000 11011 100110001 1000111 101011

Color Harmonies of #B920AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920AB

Black with #B920AB

Text Example


Text Example

White with #B920AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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