Html Css Color HEX #B2127C Medium Violet Red

📋 copy color: '#B2127C'

red 178 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #B2127C

Tints of Medium Violet Red #B2127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 55.63%
G = 5.63%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2127C (or 0xB2127C) is known color: Medium Violet Red. HEX triplet: B2, 12 and 7C. RGB value is (178,18,124). Sum of RGB (Red+Green+Blue) = 178+18+124=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2127C is #4DED83. Grayscale: #4D4D4D. Windows color (decimal): -5107076 or 8131250. OLE color: 8131250.

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

Color convert

RGB 178 18 124 -
CMYK 0 0.90 0.30 0.30
HSL 320.25º 0.82% 0.38% -
HSV(B) 320.25º 0.9% 0.7% -
XYZ 22.21 11.35 20.09 -
YUV 77.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 178 18 124 0 0.90 0.30 0.30 320.25 0.82 0.38
Hex B2 12 7C 0 5A 1E 1E 140 52 26
Octal 262 22 174 0 132 36 36 500 122 46
Binary 10110010 10010 1111100 0 1011010 11110 11110 101000000 1010010 100110

Color Harmonies of #B2127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2127C

Black with #B2127C

Text Example


Text Example

White with #B2127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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