Html Css Color HEX #B2128B Medium Violet Red

📋 copy color: '#B2128B'

red 178 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #B2128B

Tints of Medium Violet Red #B2128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 53.13%
G = 5.37%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2128B (or 0xB2128B) is known color: Medium Violet Red. HEX triplet: B2, 12 and 8B. RGB value is (178,18,139). Sum of RGB (Red+Green+Blue) = 178+18+139=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2128B is #4DED74. Grayscale: #4F4F4F. Windows color (decimal): -5107061 or 9114290. OLE color: 9114290.

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

Color convert

RGB 178 18 139 -
CMYK 0 0.90 0.22 0.30
HSL 314.63º 0.82% 0.38% -
HSV(B) 314.63º 0.9% 0.7% -
XYZ 23.24 11.76 25.47 -
YUV 79.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 178 18 139 0 0.90 0.22 0.30 314.63 0.82 0.38
Hex B2 12 8B 0 5A 16 1E 13B 52 26
Octal 262 22 213 0 132 26 36 473 122 46
Binary 10110010 10010 10001011 0 1011010 10110 11110 100111011 1010010 100110

Color Harmonies of #B2128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2128B

Black with #B2128B

Text Example


Text Example

White with #B2128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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