Html Css Color HEX #B2188C Medium Violet Red

📋 copy color: '#B2188C'

red 178 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #B2188C

Tints of Medium Violet Red #B2188C

RGB

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

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

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

R = 52.05%
G = 7.02%
B = 40.94%

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

#B2188C (or 0xB2188C) is known color: Medium Violet Red. HEX triplet: B2, 18 and 8C. RGB value is (178,24,140). Sum of RGB (Red+Green+Blue) = 178+24+140=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2188C is #4DE773. Grayscale: #525252. Windows color (decimal): -5105524 or 9181362. OLE color: 9181362.

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

Color convert

RGB 178 24 140 -
CMYK 0 0.87 0.21 0.30
HSL 314.81º 0.76% 0.4% -
HSV(B) 314.81º 0.87% 0.7% -
XYZ 23.42 12.01 25.9 -
YUV 83.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 178 24 140 0 0.87 0.21 0.30 314.81 0.76 0.4
Hex B2 18 8C 0 57 15 1E 13B 4C 28
Octal 262 30 214 0 127 25 36 473 114 50
Binary 10110010 11000 10001100 0 1010111 10101 11110 100111011 1001100 101000

Color Harmonies of #B2188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2188C

Black with #B2188C

Text Example


Text Example

White with #B2188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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