Html Css Color HEX #B0188C Medium Violet Red

📋 copy color: '#B0188C'

red 176 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #B0188C

Tints of Medium Violet Red #B0188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 51.76%
G = 7.06%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0188C (or 0xB0188C) is known color: Medium Violet Red. HEX triplet: B0, 18 and 8C. RGB value is (176,24,140). Sum of RGB (Red+Green+Blue) = 176+24+140=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0188C is #4FE773. Grayscale: #525252. Windows color (decimal): -5236596 or 9181360. OLE color: 9181360.

HSL color Cylindrical-coordinate representation of color #B0188C: hue angle of 314.21º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0188C is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 140 -
CMYK 0 0.86 0.20 0.31
HSL 314.21º 0.76% 0.39% -
HSV(B) 314.21º 0.86% 0.69% -
XYZ 22.96 11.78 25.87 -
YUV 82.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 176 24 140 0 0.86 0.20 0.31 314.21 0.76 0.39
Hex B0 18 8C 0 56 14 1F 13A 4C 27
Octal 260 30 214 0 126 24 37 472 114 47
Binary 10110000 11000 10001100 0 1010110 10100 11111 100111010 1001100 100111

Color Harmonies of #B0188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0188C

Black with #B0188C

Text Example


Text Example

White with #B0188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0188C; }

 p { color: rgb(176,24,140); }

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

background-color css

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

 a { background-color: rgb(176,24,140); }

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

border-color css

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

 span { border-color: rgb(176,24,140); }

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