Html Css Color HEX #B2147C Medium Violet Red

📋 copy color: '#B2147C'

red 178 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #B2147C

Tints of Medium Violet Red #B2147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

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

R = 55.28%
G = 6.21%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2147C (or 0xB2147C) is known color: Medium Violet Red. HEX triplet: B2, 14 and 7C. RGB value is (178,20,124). Sum of RGB (Red+Green+Blue) = 178+20+124=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2147C is #4DEB83. Grayscale: #4E4E4E. Windows color (decimal): -5106564 or 8131762. OLE color: 8131762.

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

Color convert

RGB 178 20 124 -
CMYK 0 0.89 0.30 0.30
HSL 320.51º 0.8% 0.39% -
HSV(B) 320.51º 0.89% 0.7% -
XYZ 22.25 11.42 20.1 -
YUV 79.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 178 20 124 0 0.89 0.30 0.30 320.51 0.8 0.39
Hex B2 14 7C 0 59 1E 1E 141 50 27
Octal 262 24 174 0 131 36 36 501 120 47
Binary 10110010 10100 1111100 0 1011001 11110 11110 101000001 1010000 100111

Color Harmonies of #B2147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2147C

Black with #B2147C

Text Example


Text Example

White with #B2147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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