Html Css Color HEX #B2128F Medium Violet Red

📋 copy color: '#B2128F'

red 178 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #B2128F

Tints of Medium Violet Red #B2128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 52.51%
G = 5.31%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2128F (or 0xB2128F) is known color: Medium Violet Red. HEX triplet: B2, 12 and 8F. RGB value is (178,18,143). Sum of RGB (Red+Green+Blue) = 178+18+143=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2128F is #4DED70. Grayscale: #4F4F4F. Windows color (decimal): -5107057 or 9376434. OLE color: 9376434.

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

Color convert

RGB 178 18 143 -
CMYK 0 0.90 0.20 0.30
HSL 313.13º 0.82% 0.38% -
HSV(B) 313.13º 0.9% 0.7% -
XYZ 23.53 11.88 27.04 -
YUV 80.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 178 18 143 0 0.90 0.20 0.30 313.13 0.82 0.38
Hex B2 12 8F 0 5A 14 1E 139 52 26
Octal 262 22 217 0 132 24 36 471 122 46
Binary 10110010 10010 10001111 0 1011010 10100 11110 100111001 1010010 100110

Color Harmonies of #B2128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2128F

Black with #B2128F

Text Example


Text Example

White with #B2128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2128F; }

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

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

background-color css

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

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

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

border-color css

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

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

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