Html Css Color HEX #B2158C Medium Violet Red

📋 copy color: '#B2158C'

red 178 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #B2158C

Tints of Medium Violet Red #B2158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

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

R = 52.51%
G = 6.19%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2158C (or 0xB2158C) is known color: Medium Violet Red. HEX triplet: B2, 15 and 8C. RGB value is (178,21,140). Sum of RGB (Red+Green+Blue) = 178+21+140=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2158C is #4DEA73. Grayscale: #515151. Windows color (decimal): -5106292 or 9180594. OLE color: 9180594.

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

Color convert

RGB 178 21 140 -
CMYK 0 0.88 0.21 0.30
HSL 314.52º 0.79% 0.39% -
HSV(B) 314.52º 0.88% 0.7% -
XYZ 23.36 11.89 25.88 -
YUV 81.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 178 21 140 0 0.88 0.21 0.30 314.52 0.79 0.39
Hex B2 15 8C 0 58 15 1E 13B 4F 27
Octal 262 25 214 0 130 25 36 473 117 47
Binary 10110010 10101 10001100 0 1011000 10101 11110 100111011 1001111 100111

Color Harmonies of #B2158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2158C

Black with #B2158C

Text Example


Text Example

White with #B2158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2158C; }

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

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

background-color css

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

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

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

border-color css

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

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

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