Html Css Color HEX #B2107D Medium Violet Red

📋 copy color: '#B2107D'

red 178 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #B2107D

Tints of Medium Violet Red #B2107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 55.8%
G = 5.02%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2107D (or 0xB2107D) is known color: Medium Violet Red. HEX triplet: B2, 10 and 7D. RGB value is (178,16,125). Sum of RGB (Red+Green+Blue) = 178+16+125=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2107D is #4DEF82. Grayscale: #4C4C4C. Windows color (decimal): -5107587 or 8196274. OLE color: 8196274.

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

Color convert

RGB 178 16 125 -
CMYK 0 0.91 0.30 0.30
HSL 319.63º 0.84% 0.38% -
HSV(B) 319.63º 0.91% 0.7% -
XYZ 22.25 11.32 20.41 -
YUV 76.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 178 16 125 0 0.91 0.30 0.30 319.63 0.84 0.38
Hex B2 10 7D 0 5B 1E 1E 140 54 26
Octal 262 20 175 0 133 36 36 500 124 46
Binary 10110010 10000 1111101 0 1011011 11110 11110 101000000 1010100 100110

Color Harmonies of #B2107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2107D

Black with #B2107D

Text Example


Text Example

White with #B2107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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