Html Css Color HEX #B920A3 Medium Violet Red

📋 copy color: '#B920A3'

red 185 ◦ green 32 ◦ blue 163

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

Shades of Medium Violet Red #B920A3

Tints of Medium Violet Red #B920A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.89%

R = 48.68%
G = 8.42%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B920A3 (or 0xB920A3) is known color: Medium Violet Red. HEX triplet: B9, 20 and A3. RGB value is (185,32,163). Sum of RGB (Red+Green+Blue) = 185+32+163=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B920A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B920A3 is #46DF5C. Grayscale: #5C5C5C. Windows color (decimal): -4644701 or 10690745. OLE color: 10690745.

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

Color convert

RGB 185 32 163 -
CMYK 0 0.83 0.12 0.27
HSL 308.63º 0.71% 0.43% -
HSV(B) 308.63º 0.83% 0.73% -
XYZ 27.13 13.99 35.92 -
YUV 92.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 185 32 163 0 0.83 0.12 0.27 308.63 0.71 0.43
Hex B9 20 A3 0 53 C 1B 135 47 2B
Octal 271 40 243 0 123 14 33 465 107 53
Binary 10111001 100000 10100011 0 1010011 1100 11011 100110101 1000111 101011

Color Harmonies of #B920A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920A3

Black with #B920A3

Text Example


Text Example

White with #B920A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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