Html Css Color HEX #B2117A Medium Violet Red

📋 copy color: '#B2117A'

red 178 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #B2117A

Tints of Medium Violet Red #B2117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 56.15%
G = 5.36%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2117A (or 0xB2117A) is known color: Medium Violet Red. HEX triplet: B2, 11 and 7A. RGB value is (178,17,122). Sum of RGB (Red+Green+Blue) = 178+17+122=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2117A is #4DEE85. Grayscale: #4C4C4C. Windows color (decimal): -5107334 or 7999922. OLE color: 7999922.

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

Color convert

RGB 178 17 122 -
CMYK 0 0.90 0.31 0.30
HSL 320.87º 0.83% 0.38% -
HSV(B) 320.87º 0.9% 0.7% -
XYZ 22.07 11.27 19.42 -
YUV 77.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 178 17 122 0 0.90 0.31 0.30 320.87 0.83 0.38
Hex B2 11 7A 0 5A 1F 1E 141 53 26
Octal 262 21 172 0 132 37 36 501 123 46
Binary 10110010 10001 1111010 0 1011010 11111 11110 101000001 1010011 100110

Color Harmonies of #B2117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2117A

Black with #B2117A

Text Example


Text Example

White with #B2117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2117A; }

 p { color: rgb(178,17,122); }

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

background-color css

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

 a { background-color: rgb(178,17,122); }

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

border-color css

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

 span { border-color: rgb(178,17,122); }

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