Html Css Color HEX #B0188D Medium Violet Red

📋 copy color: '#B0188D'

red 176 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #B0188D

Tints of Medium Violet Red #B0188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 51.61%
G = 7.04%
B = 41.35%

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

#B0188D (or 0xB0188D) is known color: Medium Violet Red. HEX triplet: B0, 18 and 8D. RGB value is (176,24,141). Sum of RGB (Red+Green+Blue) = 176+24+141=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0188D is #4FE772. Grayscale: #525252. Windows color (decimal): -5236595 or 9246896. OLE color: 9246896.

HSL color Cylindrical-coordinate representation of color #B0188D: hue angle of 313.82º 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 #B0188D is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 141 -
CMYK 0 0.86 0.20 0.31
HSL 313.82º 0.76% 0.39% -
HSV(B) 313.82º 0.86% 0.69% -
XYZ 23.04 11.81 26.26 -
YUV 82.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 176 24 141 0 0.86 0.20 0.31 313.82 0.76 0.39
Hex B0 18 8D 0 56 14 1F 13A 4C 27
Octal 260 30 215 0 126 24 37 472 114 47
Binary 10110000 11000 10001101 0 1010110 10100 11111 100111010 1001100 100111

Color Harmonies of #B0188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0188D

Black with #B0188D

Text Example


Text Example

White with #B0188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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