Html Css Color HEX #B2179F Medium Violet Red

📋 copy color: '#B2179F'

red 178 ◦ green 23 ◦ blue 159

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

Shades of Medium Violet Red #B2179F

Tints of Medium Violet Red #B2179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.39%

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 49.44%
G = 6.39%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2179F (or 0xB2179F) is known color: Medium Violet Red. HEX triplet: B2, 17 and 9F. RGB value is (178,23,159). Sum of RGB (Red+Green+Blue) = 178+23+159=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2179F is #4DE860. Grayscale: #545454. Windows color (decimal): -5105761 or 10426290. OLE color: 10426290.

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

Color convert

RGB 178 23 159 -
CMYK 0 0.87 0.11 0.30
HSL 307.35º 0.77% 0.39% -
HSV(B) 307.35º 0.87% 0.7% -
XYZ 24.92 12.58 33.92 -
YUV 84.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 178 23 159 0 0.87 0.11 0.30 307.35 0.77 0.39
Hex B2 17 9F 0 57 B 1E 133 4D 27
Octal 262 27 237 0 127 13 36 463 115 47
Binary 10110010 10111 10011111 0 1010111 1011 11110 100110011 1001101 100111

Color Harmonies of #B2179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2179F

Black with #B2179F

Text Example


Text Example

White with #B2179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2179F; }

 p { color: rgb(178,23,159); }

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

background-color css

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

 a { background-color: rgb(178,23,159); }

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

border-color css

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

 span { border-color: rgb(178,23,159); }

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