Html Css Color HEX #B8149D Medium Violet Red

📋 copy color: '#B8149D'

red 184 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #B8149D

Tints of Medium Violet Red #B8149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 50.97%
G = 5.54%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8149D (or 0xB8149D) is known color: Medium Violet Red. HEX triplet: B8, 14 and 9D. RGB value is (184,20,157). Sum of RGB (Red+Green+Blue) = 184+20+157=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8149D is #47EB62. Grayscale: #545454. Windows color (decimal): -4713315 or 10294456. OLE color: 10294456.

HSL color Cylindrical-coordinate representation of color #B8149D: hue angle of 309.88º 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 #B8149D is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 20 157 -
CMYK 0 0.89 0.15 0.28
HSL 309.88º 0.8% 0.4% -
HSV(B) 309.88º 0.89% 0.72% -
XYZ 26.1 13.12 33.06 -
YUV 84.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 184 20 157 0 0.89 0.15 0.28 309.88 0.8 0.4
Hex B8 14 9D 0 59 F 1C 136 50 28
Octal 270 24 235 0 131 17 34 466 120 50
Binary 10111000 10100 10011101 0 1011001 1111 11100 100110110 1010000 101000

Color Harmonies of #B8149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8149D

Black with #B8149D

Text Example


Text Example

White with #B8149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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