Html Css Color HEX #B10688 Medium Violet Red

📋 copy color: '#B10688'

red 177 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #B10688

Tints of Medium Violet Red #B10688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 55.49%
G = 1.88%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B10688 (or 0xB10688) is known color: Medium Violet Red. HEX triplet: B1, 06 and 88. RGB value is (177,6,136). Sum of RGB (Red+Green+Blue) = 177+6+136=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B10688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10688 is #4EF977. Grayscale: #474747. Windows color (decimal): -5175672 or 8914609. OLE color: 8914609.

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

Color convert

RGB 177 6 136 -
CMYK 0 0.97 0.23 0.31
HSL 314.39º 0.93% 0.36% -
HSV(B) 314.39º 0.97% 0.69% -
XYZ 22.64 11.25 24.27 -
YUV 71.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 177 6 136 0 0.97 0.23 0.31 314.39 0.93 0.36
Hex B1 6 88 0 61 17 1F 13A 5D 24
Octal 261 6 210 0 141 27 37 472 135 44
Binary 10110001 110 10001000 0 1100001 10111 11111 100111010 1011101 100100

Color Harmonies of #B10688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10688

Black with #B10688

Text Example


Text Example

White with #B10688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10688; }

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

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

background-color css

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

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

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

border-color css

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

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

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