Html Css Color HEX #B2179E Medium Violet Red

📋 copy color: '#B2179E'

red 178 ◦ green 23 ◦ blue 158

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

Shades of Medium Violet Red #B2179E

Tints of Medium Violet Red #B2179E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.01%

R = 49.58%
G = 6.41%
B = 44.01%

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

#B2179E (or 0xB2179E) is known color: Medium Violet Red. HEX triplet: B2, 17 and 9E. RGB value is (178,23,158). Sum of RGB (Red+Green+Blue) = 178+23+158=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2179E is #4DE861. Grayscale: #545454. Windows color (decimal): -5105762 or 10360754. OLE color: 10360754.

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

Color convert

RGB 178 23 158 -
CMYK 0 0.87 0.11 0.30
HSL 307.74º 0.77% 0.39% -
HSV(B) 307.74º 0.87% 0.7% -
XYZ 24.84 12.55 33.46 -
YUV 84.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 178 23 158 0 0.87 0.11 0.30 307.74 0.77 0.39
Hex B2 17 9E 0 57 B 1E 134 4D 27
Octal 262 27 236 0 127 13 36 464 115 47
Binary 10110010 10111 10011110 0 1010111 1011 11110 100110100 1001101 100111

Color Harmonies of #B2179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2179E

Black with #B2179E

Text Example


Text Example

White with #B2179E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2179E; }

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

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

background-color css

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

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

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

border-color css

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

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

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