Html Css Color HEX #B1659F Violet Blue

📋 copy color: '#B1659F'

red 177 ◦ green 101 ◦ blue 159

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

Shades of Violet Blue #B1659F

Tints of Violet Blue #B1659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.11%

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 40.5%
G = 23.11%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1659F (or 0xB1659F) is known color: Violet Blue. HEX triplet: B1, 65 and 9F. RGB value is (177,101,159). Sum of RGB (Red+Green+Blue) = 177+101+159=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1659F is #4E9A60. Grayscale: #828282. Windows color (decimal): -5151329 or 10446257. OLE color: 10446257.

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

Color convert

RGB 177 101 159 -
CMYK 0 0.43 0.10 0.31
HSL 314.21º 0.33% 0.55% -
HSV(B) 314.21º 0.43% 0.69% -
XYZ 29.04 21.16 35.35 -
YUV 130.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 177 101 159 0 0.43 0.10 0.31 314.21 0.33 0.55
Hex B1 65 9F 0 2B A 1F 13A 21 37
Octal 261 145 237 0 53 12 37 472 41 67
Binary 10110001 1100101 10011111 0 101011 1010 11111 100111010 100001 110111

Color Harmonies of #B1659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1659F

Black with #B1659F

Text Example


Text Example

White with #B1659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1659F; }

 p { color: rgb(177,101,159); }

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

background-color css

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

 a { background-color: rgb(177,101,159); }

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

border-color css

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

 span { border-color: rgb(177,101,159); }

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