Html Css Color HEX #B108A0 Medium Violet Red

📋 copy color: '#B108A0'

red 177 ◦ green 8 ◦ blue 160

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

Shades of Medium Violet Red #B108A0

Tints of Medium Violet Red #B108A0

RGB

 RED value IS 177 (69.53% from 255) = 51.3%

 GREEN value IS 8 (3.52% from 255) = 2.32%

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 51.3%
G = 2.32%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B108A0 (or 0xB108A0) is known color: Medium Violet Red. HEX triplet: B1, 08 and A0. RGB value is (177,8,160). Sum of RGB (Red+Green+Blue) = 177+8+160=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B108A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B108A0 is #4EF75F. Grayscale: #4B4B4B. Windows color (decimal): -5175136 or 10487985. OLE color: 10487985.

HSL color Cylindrical-coordinate representation of color #B108A0: hue angle of 306.04º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B108A0 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 160 -
CMYK 0 0.95 0.10 0.31
HSL 306.04º 0.91% 0.36% -
HSV(B) 306.04º 0.95% 0.69% -
XYZ 24.56 12.06 34.29 -
YUV 75.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 177 8 160 0 0.95 0.10 0.31 306.04 0.91 0.36
Hex B1 8 A0 0 5F A 1F 132 5B 24
Octal 261 10 240 0 137 12 37 462 133 44
Binary 10110001 1000 10100000 0 1011111 1010 11111 100110010 1011011 100100

Color Harmonies of #B108A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108A0

Black with #B108A0

Text Example


Text Example

White with #B108A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108A0; }

 p { color: rgb(177,8,160); }

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

background-color css

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

 a { background-color: rgb(177,8,160); }

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

border-color css

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

 span { border-color: rgb(177,8,160); }

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