Html Css Color HEX #B0188B Medium Violet Red

📋 copy color: '#B0188B'

red 176 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #B0188B

Tints of Medium Violet Red #B0188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 51.92%
G = 7.08%
B = 41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0188B (or 0xB0188B) is known color: Medium Violet Red. HEX triplet: B0, 18 and 8B. RGB value is (176,24,139). Sum of RGB (Red+Green+Blue) = 176+24+139=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0188B is #4FE774. Grayscale: #525252. Windows color (decimal): -5236597 or 9115824. OLE color: 9115824.

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

Color convert

RGB 176 24 139 -
CMYK 0 0.86 0.21 0.31
HSL 314.61º 0.76% 0.39% -
HSV(B) 314.61º 0.86% 0.69% -
XYZ 22.89 11.75 25.49 -
YUV 82.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 176 24 139 0 0.86 0.21 0.31 314.61 0.76 0.39
Hex B0 18 8B 0 56 15 1F 13B 4C 27
Octal 260 30 213 0 126 25 37 473 114 47
Binary 10110000 11000 10001011 0 1010110 10101 11111 100111011 1001100 100111

Color Harmonies of #B0188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0188B

Black with #B0188B

Text Example


Text Example

White with #B0188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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