Html Css Color HEX #B8149B Medium Violet Red

📋 copy color: '#B8149B'

red 184 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #B8149B

Tints of Medium Violet Red #B8149B

RGB

 RED value IS 184 (72.27% from 255) = 51.25%

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 51.25%
G = 5.57%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8149B (or 0xB8149B) is known color: Medium Violet Red. HEX triplet: B8, 14 and 9B. RGB value is (184,20,155). Sum of RGB (Red+Green+Blue) = 184+20+155=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8149B is #47EB64. Grayscale: #545454. Windows color (decimal): -4713317 or 10163384. OLE color: 10163384.

HSL color Cylindrical-coordinate representation of color #B8149B: hue angle of 310.61º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8149B is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 155 -
CMYK 0 0.89 0.16 0.28
HSL 310.61º 0.8% 0.4% -
HSV(B) 310.61º 0.89% 0.72% -
XYZ 25.93 13.06 32.16 -
YUV 84.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 184 20 155 0 0.89 0.16 0.28 310.61 0.8 0.4
Hex B8 14 9B 0 59 10 1C 137 50 28
Octal 270 24 233 0 131 20 34 467 120 50
Binary 10111000 10100 10011011 0 1011001 10000 11100 100110111 1010000 101000

Color Harmonies of #B8149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8149B

Black with #B8149B

Text Example


Text Example

White with #B8149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8149B; }

 p { color: rgb(184,20,155); }

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

background-color css

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

 a { background-color: rgb(184,20,155); }

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

border-color css

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

 span { border-color: rgb(184,20,155); }

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