Html Css Color HEX #B10094 Medium Violet Red

📋 copy color: '#B10094'

red 177 ◦ green 0 ◦ blue 148

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

Shades of Medium Violet Red #B10094

Tints of Medium Violet Red #B10094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.46%
G = 0%
B = 45.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B10094 (or 0xB10094) is known color: Medium Violet Red. HEX triplet: B1, 00 and 94. RGB value is (177,0,148). Sum of RGB (Red+Green+Blue) = 177+0+148=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B10094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10094 is #4EFF6B. Grayscale: #454545. Windows color (decimal): -5177196 or 9699505. OLE color: 9699505.

HSL color Cylindrical-coordinate representation of color #B10094: hue angle of 309.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10094 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 0 148 -
CMYK 0 1 0.16 0.31
HSL 309.83º 1% 0.35% -
HSV(B) 309.83º 1% 0.69% -
XYZ 23.48 11.49 29 -
YUV 69.8 172.14 204.47 -
System Red Green Blue C M Y K H S L
Decimal 177 0 148 0 1 0.16 0.31 309.83 1 0.35
Hex B1 0 94 0 64 10 1F 136 64 23
Octal 261 0 224 0 144 20 37 466 144 43
Binary 10110001 0 10010100 0 1100100 10000 11111 100110110 1100100 100011

Color Harmonies of #B10094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10094

Black with #B10094

Text Example


Text Example

White with #B10094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10094; }

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

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

background-color css

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

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

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

border-color css

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

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

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