Html Css Color HEX #B2178C Medium Violet Red

📋 copy color: '#B2178C'

red 178 ◦ green 23 ◦ blue 140

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

Shades of Medium Violet Red #B2178C

Tints of Medium Violet Red #B2178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

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

R = 52.2%
G = 6.74%
B = 41.06%

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

#B2178C (or 0xB2178C) is known color: Medium Violet Red. HEX triplet: B2, 17 and 8C. RGB value is (178,23,140). Sum of RGB (Red+Green+Blue) = 178+23+140=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2178C is #4DE873. Grayscale: #525252. Windows color (decimal): -5105780 or 9181106. OLE color: 9181106.

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

Color convert

RGB 178 23 140 -
CMYK 0 0.87 0.21 0.30
HSL 314.71º 0.77% 0.39% -
HSV(B) 314.71º 0.87% 0.7% -
XYZ 23.4 11.97 25.89 -
YUV 82.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 178 23 140 0 0.87 0.21 0.30 314.71 0.77 0.39
Hex B2 17 8C 0 57 15 1E 13B 4D 27
Octal 262 27 214 0 127 25 36 473 115 47
Binary 10110010 10111 10001100 0 1010111 10101 11110 100111011 1001101 100111

Color Harmonies of #B2178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2178C

Black with #B2178C

Text Example


Text Example

White with #B2178C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2178C; }

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

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

background-color css

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

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

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

border-color css

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

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

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