Html Css Color HEX #B10694 Medium Violet Red

📋 copy color: '#B10694'

red 177 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #B10694

Tints of Medium Violet Red #B10694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 53.47%
G = 1.81%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B10694 (or 0xB10694) is known color: Medium Violet Red. HEX triplet: B1, 06 and 94. RGB value is (177,6,148). Sum of RGB (Red+Green+Blue) = 177+6+148=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B10694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10694 is #4EF96B. Grayscale: #484848. Windows color (decimal): -5175660 or 9701041. OLE color: 9701041.

HSL color Cylindrical-coordinate representation of color #B10694: hue angle of 310.18º 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 #B10694 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 148 -
CMYK 0 0.97 0.16 0.31
HSL 310.18º 0.93% 0.36% -
HSV(B) 310.18º 0.97% 0.69% -
XYZ 23.54 11.62 29.02 -
YUV 73.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 177 6 148 0 0.97 0.16 0.31 310.18 0.93 0.36
Hex B1 6 94 0 61 10 1F 136 5D 24
Octal 261 6 224 0 141 20 37 466 135 44
Binary 10110001 110 10010100 0 1100001 10000 11111 100110110 1011101 100100

Color Harmonies of #B10694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10694

Black with #B10694

Text Example


Text Example

White with #B10694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10694; }

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

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

background-color css

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

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

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

border-color css

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

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

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