Html Css Color HEX #B2108D Medium Violet Red

📋 copy color: '#B2108D'

red 178 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #B2108D

Tints of Medium Violet Red #B2108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 53.13%
G = 4.78%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2108D (or 0xB2108D) is known color: Medium Violet Red. HEX triplet: B2, 10 and 8D. RGB value is (178,16,141). Sum of RGB (Red+Green+Blue) = 178+16+141=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2108D is #4DEF72. Grayscale: #4E4E4E. Windows color (decimal): -5107571 or 9244850. OLE color: 9244850.

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

Color convert

RGB 178 16 141 -
CMYK 0 0.91 0.21 0.30
HSL 313.7º 0.84% 0.38% -
HSV(B) 313.7º 0.91% 0.7% -
XYZ 23.35 11.76 26.24 -
YUV 78.69 163.17 198.84 -
System Red Green Blue C M Y K H S L
Decimal 178 16 141 0 0.91 0.21 0.30 313.7 0.84 0.38
Hex B2 10 8D 0 5B 15 1E 13A 54 26
Octal 262 20 215 0 133 25 36 472 124 46
Binary 10110010 10000 10001101 0 1011011 10101 11110 100111010 1010100 100110

Color Harmonies of #B2108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2108D

Black with #B2108D

Text Example


Text Example

White with #B2108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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