Html Css Color HEX #B10690 Medium Violet Red

📋 copy color: '#B10690'

red 177 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #B10690

Tints of Medium Violet Red #B10690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 54.13%
G = 1.83%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B10690 (or 0xB10690) is known color: Medium Violet Red. HEX triplet: B1, 06 and 90. RGB value is (177,6,144). Sum of RGB (Red+Green+Blue) = 177+6+144=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10690 is #4EF96F. Grayscale: #484848. Windows color (decimal): -5175664 or 9438897. OLE color: 9438897.

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

Color convert

RGB 177 6 144 -
CMYK 0 0.97 0.19 0.31
HSL 311.58º 0.93% 0.36% -
HSV(B) 311.58º 0.97% 0.69% -
XYZ 23.23 11.49 27.38 -
YUV 72.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 177 6 144 0 0.97 0.19 0.31 311.58 0.93 0.36
Hex B1 6 90 0 61 13 1F 138 5D 24
Octal 261 6 220 0 141 23 37 470 135 44
Binary 10110001 110 10010000 0 1100001 10011 11111 100111000 1011101 100100

Color Harmonies of #B10690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10690

Black with #B10690

Text Example


Text Example

White with #B10690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10690; }

 p { color: rgb(177,6,144); }

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

background-color css

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

 a { background-color: rgb(177,6,144); }

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

border-color css

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

 span { border-color: rgb(177,6,144); }

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