Html Css Color HEX #B2128D Medium Violet Red

📋 copy color: '#B2128D'

red 178 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #B2128D

Tints of Medium Violet Red #B2128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

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

R = 52.82%
G = 5.34%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2128D (or 0xB2128D) is known color: Medium Violet Red. HEX triplet: B2, 12 and 8D. RGB value is (178,18,141). Sum of RGB (Red+Green+Blue) = 178+18+141=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2128D is #4DED72. Grayscale: #4F4F4F. Windows color (decimal): -5107059 or 9245362. OLE color: 9245362.

HSL color Cylindrical-coordinate representation of color #B2128D: hue angle of 313.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2128D is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 141 -
CMYK 0 0.90 0.21 0.30
HSL 313.88º 0.82% 0.38% -
HSV(B) 313.88º 0.9% 0.7% -
XYZ 23.38 11.82 26.25 -
YUV 79.86 162.51 198 -
System Red Green Blue C M Y K H S L
Decimal 178 18 141 0 0.90 0.21 0.30 313.88 0.82 0.38
Hex B2 12 8D 0 5A 15 1E 13A 52 26
Octal 262 22 215 0 132 25 36 472 122 46
Binary 10110010 10010 10001101 0 1011010 10101 11110 100111010 1010010 100110

Color Harmonies of #B2128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2128D

Black with #B2128D

Text Example


Text Example

White with #B2128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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