Html Css Color HEX #B0189B Medium Violet Red

📋 copy color: '#B0189B'

red 176 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #B0189B

Tints of Medium Violet Red #B0189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 49.58%
G = 6.76%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0189B (or 0xB0189B) is known color: Medium Violet Red. HEX triplet: B0, 18 and 9B. RGB value is (176,24,155). Sum of RGB (Red+Green+Blue) = 176+24+155=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0189B is #4FE764. Grayscale: #545454. Windows color (decimal): -5236581 or 10164400. OLE color: 10164400.

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

Color convert

RGB 176 24 155 -
CMYK 0 0.86 0.12 0.31
HSL 308.29º 0.76% 0.39% -
HSV(B) 308.29º 0.86% 0.69% -
XYZ 24.15 12.25 32.1 -
YUV 84.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 176 24 155 0 0.86 0.12 0.31 308.29 0.76 0.39
Hex B0 18 9B 0 56 C 1F 134 4C 27
Octal 260 30 233 0 126 14 37 464 114 47
Binary 10110000 11000 10011011 0 1010110 1100 11111 100110100 1001100 100111

Color Harmonies of #B0189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0189B

Black with #B0189B

Text Example


Text Example

White with #B0189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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