Html Css Color HEX #B2117D Medium Violet Red

📋 copy color: '#B2117D'

red 178 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #B2117D

Tints of Medium Violet Red #B2117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 55.63%
G = 5.31%
B = 39.06%

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

#B2117D (or 0xB2117D) is known color: Medium Violet Red. HEX triplet: B2, 11 and 7D. RGB value is (178,17,125). Sum of RGB (Red+Green+Blue) = 178+17+125=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2117D is #4DEE82. Grayscale: #4D4D4D. Windows color (decimal): -5107331 or 8196530. OLE color: 8196530.

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

Color convert

RGB 178 17 125 -
CMYK 0 0.90 0.30 0.30
HSL 319.75º 0.83% 0.38% -
HSV(B) 319.75º 0.9% 0.7% -
XYZ 22.26 11.35 20.42 -
YUV 77.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 178 17 125 0 0.90 0.30 0.30 319.75 0.83 0.38
Hex B2 11 7D 0 5A 1E 1E 140 53 26
Octal 262 21 175 0 132 36 36 500 123 46
Binary 10110010 10001 1111101 0 1011010 11110 11110 101000000 1010011 100110

Color Harmonies of #B2117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2117D

Black with #B2117D

Text Example


Text Example

White with #B2117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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