Html Css Color HEX #B2107F Medium Violet Red

📋 copy color: '#B2107F'

red 178 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #B2107F

Tints of Medium Violet Red #B2107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.56%

R = 55.45%
G = 4.98%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2107F (or 0xB2107F) is known color: Medium Violet Red. HEX triplet: B2, 10 and 7F. RGB value is (178,16,127). Sum of RGB (Red+Green+Blue) = 178+16+127=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2107F is #4DEF80. Grayscale: #4C4C4C. Windows color (decimal): -5107585 or 8327346. OLE color: 8327346.

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

Color convert

RGB 178 16 127 -
CMYK 0 0.91 0.29 0.30
HSL 318.89º 0.84% 0.38% -
HSV(B) 318.89º 0.91% 0.7% -
XYZ 22.38 11.37 21.09 -
YUV 77.09 156.17 199.97 -
System Red Green Blue C M Y K H S L
Decimal 178 16 127 0 0.91 0.29 0.30 318.89 0.84 0.38
Hex B2 10 7F 0 5B 1D 1E 13F 54 26
Octal 262 20 177 0 133 35 36 477 124 46
Binary 10110010 10000 1111111 0 1011011 11101 11110 100111111 1010100 100110

Color Harmonies of #B2107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2107F

Black with #B2107F

Text Example


Text Example

White with #B2107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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