Html Css Color HEX #B0149C Medium Violet Red

📋 copy color: '#B0149C'

red 176 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #B0149C

Tints of Medium Violet Red #B0149C

RGB

 RED value IS 176 (69.14% from 255) = 50%

 GREEN value IS 20 (8.2% from 255) = 5.68%

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 50%
G = 5.68%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0149C (or 0xB0149C) is known color: Medium Violet Red. HEX triplet: B0, 14 and 9C. RGB value is (176,20,156). Sum of RGB (Red+Green+Blue) = 176+20+156=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0149C is #4FEB63. Grayscale: #515151. Windows color (decimal): -5237604 or 10228912. OLE color: 10228912.

HSL color Cylindrical-coordinate representation of color #B0149C: hue angle of 307.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0149C is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 156 -
CMYK 0 0.89 0.11 0.31
HSL 307.69º 0.8% 0.38% -
HSV(B) 307.69º 0.89% 0.69% -
XYZ 24.16 12.13 32.52 -
YUV 82.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 176 20 156 0 0.89 0.11 0.31 307.69 0.8 0.38
Hex B0 14 9C 0 59 B 1F 134 50 26
Octal 260 24 234 0 131 13 37 464 120 46
Binary 10110000 10100 10011100 0 1011001 1011 11111 100110100 1010000 100110

Color Harmonies of #B0149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0149C

Black with #B0149C

Text Example


Text Example

White with #B0149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0149C; }

 p { color: rgb(176,20,156); }

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

background-color css

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

 a { background-color: rgb(176,20,156); }

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

border-color css

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

 span { border-color: rgb(176,20,156); }

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