Html Css Color HEX #B2188D Medium Violet Red

📋 copy color: '#B2188D'

red 178 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #B2188D

Tints of Medium Violet Red #B2188D

RGB

 RED value IS 178 (69.92% from 255) = 51.9%

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

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

R = 51.9%
G = 7%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2188D (or 0xB2188D) is known color: Medium Violet Red. HEX triplet: B2, 18 and 8D. RGB value is (178,24,141). Sum of RGB (Red+Green+Blue) = 178+24+141=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2188D is #4DE772. Grayscale: #535353. Windows color (decimal): -5105523 or 9246898. OLE color: 9246898.

HSL color Cylindrical-coordinate representation of color #B2188D: hue angle of 314.42º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2188D is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 141 -
CMYK 0 0.87 0.21 0.30
HSL 314.42º 0.76% 0.4% -
HSV(B) 314.42º 0.87% 0.7% -
XYZ 23.49 12.04 26.29 -
YUV 83.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 178 24 141 0 0.87 0.21 0.30 314.42 0.76 0.4
Hex B2 18 8D 0 57 15 1E 13A 4C 28
Octal 262 30 215 0 127 25 36 472 114 50
Binary 10110010 11000 10001101 0 1010111 10101 11110 100111010 1001100 101000

Color Harmonies of #B2188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2188D

Black with #B2188D

Text Example


Text Example

White with #B2188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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