Html Css Color HEX #B913A5 Medium Violet Red

📋 copy color: '#B913A5'

red 185 ◦ green 19 ◦ blue 165

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

Shades of Medium Violet Red #B913A5

Tints of Medium Violet Red #B913A5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 50.14%
G = 5.15%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B913A5 (or 0xB913A5) is known color: Medium Violet Red. HEX triplet: B9, 13 and A5. RGB value is (185,19,165). Sum of RGB (Red+Green+Blue) = 185+19+165=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B913A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B913A5 is #46EC5A. Grayscale: #545454. Windows color (decimal): -4648027 or 10818489. OLE color: 10818489.

HSL color Cylindrical-coordinate representation of color #B913A5: hue angle of 307.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913A5 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 165 -
CMYK 0 0.90 0.11 0.27
HSL 307.23º 0.81% 0.4% -
HSV(B) 307.23º 0.9% 0.73% -
XYZ 27.03 13.5 36.78 -
YUV 85.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 185 19 165 0 0.90 0.11 0.27 307.23 0.81 0.4
Hex B9 13 A5 0 5A B 1B 133 51 28
Octal 271 23 245 0 132 13 33 463 121 50
Binary 10111001 10011 10100101 0 1011010 1011 11011 100110011 1010001 101000

Color Harmonies of #B913A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913A5

Black with #B913A5

Text Example


Text Example

White with #B913A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913A5; }

 p { color: rgb(185,19,165); }

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

background-color css

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

 a { background-color: rgb(185,19,165); }

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

border-color css

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

 span { border-color: rgb(185,19,165); }

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