Html Css Color HEX #B1639D Violet Blue

📋 copy color: '#B1639D'

red 177 ◦ green 99 ◦ blue 157

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

Shades of Violet Blue #B1639D

Tints of Violet Blue #B1639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.86%

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 40.88%
G = 22.86%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1639D (or 0xB1639D) is known color: Violet Blue. HEX triplet: B1, 63 and 9D. RGB value is (177,99,157). Sum of RGB (Red+Green+Blue) = 177+99+157=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1639D is #4E9C62. Grayscale: #808080. Windows color (decimal): -5151843 or 10314673. OLE color: 10314673.

HSL color Cylindrical-coordinate representation of color #B1639D: hue angle of 315.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1639D is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 99 157 -
CMYK 0 0.44 0.11 0.31
HSL 315.38º 0.33% 0.54% -
HSV(B) 315.38º 0.44% 0.69% -
XYZ 28.68 20.71 34.38 -
YUV 128.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 177 99 157 0 0.44 0.11 0.31 315.38 0.33 0.54
Hex B1 63 9D 0 2C B 1F 13B 21 36
Octal 261 143 235 0 54 13 37 473 41 66
Binary 10110001 1100011 10011101 0 101100 1011 11111 100111011 100001 110110

Color Harmonies of #B1639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1639D

Black with #B1639D

Text Example


Text Example

White with #B1639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1639D; }

 p { color: rgb(177,99,157); }

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

background-color css

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

 a { background-color: rgb(177,99,157); }

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

border-color css

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

 span { border-color: rgb(177,99,157); }

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