Html Css Color HEX #B8128C Medium Violet Red

📋 copy color: '#B8128C'

red 184 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #B8128C

Tints of Medium Violet Red #B8128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.26%

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 53.8%
G = 5.26%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8128C (or 0xB8128C) is known color: Medium Violet Red. HEX triplet: B8, 12 and 8C. RGB value is (184,18,140). Sum of RGB (Red+Green+Blue) = 184+18+140=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8128C is #47ED73. Grayscale: #515151. Windows color (decimal): -4713844 or 9179832. OLE color: 9179832.

HSL color Cylindrical-coordinate representation of color #B8128C: hue angle of 315.9º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8128C is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 140 -
CMYK 0 0.90 0.24 0.28
HSL 315.9º 0.82% 0.4% -
HSV(B) 315.9º 0.9% 0.72% -
XYZ 24.72 12.52 25.92 -
YUV 81.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 184 18 140 0 0.90 0.24 0.28 315.9 0.82 0.4
Hex B8 12 8C 0 5A 18 1C 13C 52 28
Octal 270 22 214 0 132 30 34 474 122 50
Binary 10111000 10010 10001100 0 1011010 11000 11100 100111100 1010010 101000

Color Harmonies of #B8128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8128C

Black with #B8128C

Text Example


Text Example

White with #B8128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8128C; }

 p { color: rgb(184,18,140); }

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

background-color css

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

 a { background-color: rgb(184,18,140); }

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

border-color css

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

 span { border-color: rgb(184,18,140); }

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