Html Css Color HEX #B8138C Medium Violet Red

📋 copy color: '#B8138C'

red 184 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #B8138C

Tints of Medium Violet Red #B8138C

RGB

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

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

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

R = 53.64%
G = 5.54%
B = 40.82%

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

#B8138C (or 0xB8138C) is known color: Medium Violet Red. HEX triplet: B8, 13 and 8C. RGB value is (184,19,140). Sum of RGB (Red+Green+Blue) = 184+19+140=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8138C is #47EC73. Grayscale: #515151. Windows color (decimal): -4713588 or 9180088. OLE color: 9180088.

HSL color Cylindrical-coordinate representation of color #B8138C: hue angle of 316º degrees, saturation: 0.81, 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 #B8138C is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 140 -
CMYK 0 0.90 0.24 0.28
HSL 316º 0.81% 0.4% -
HSV(B) 316º 0.9% 0.72% -
XYZ 24.73 12.55 25.93 -
YUV 82.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 184 19 140 0 0.90 0.24 0.28 316 0.81 0.4
Hex B8 13 8C 0 5A 18 1C 13C 51 28
Octal 270 23 214 0 132 30 34 474 121 50
Binary 10111000 10011 10001100 0 1011010 11000 11100 100111100 1010001 101000

Color Harmonies of #B8138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8138C

Black with #B8138C

Text Example


Text Example

White with #B8138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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