Html Css Color HEX #B171B3 Violet Blue

📋 copy color: '#B171B3'

red 177 ◦ green 113 ◦ blue 179

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

Shades of Violet Blue #B171B3

Tints of Violet Blue #B171B3

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 37.74%
G = 24.09%
B = 38.17%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B171B3 (or 0xB171B3) is known color: Violet Blue. HEX triplet: B1, 71 and B3. RGB value is (177,113,179). Sum of RGB (Red+Green+Blue) = 177+113+179=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #B171B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171B3 is #4E8E4C. Grayscale: #8B8B8B. Windows color (decimal): -5148237 or 11760049. OLE color: 11760049.

HSL color Cylindrical-coordinate representation of color #B171B3: hue angle of 298.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B171B3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 113 179 -
CMYK 0.01 0.37 0 0.30
HSL 298.18º 0.3% 0.57% -
HSV(B) 298.18º 0.37% 0.7% -
XYZ 32.17 24.41 45.66 -
YUV 139.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 177 113 179 0.01 0.37 0 0.30 298.18 0.3 0.57
Hex B1 71 B3 1 25 0 1E 12A 1E 39
Octal 261 161 263 1 45 0 36 452 36 71
Binary 10110001 1110001 10110011 1 100101 0 11110 100101010 11110 111001

Color Harmonies of #B171B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171B3

Black with #B171B3

Text Example


Text Example

White with #B171B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171B3; }

 p { color: rgb(177,113,179); }

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

background-color css

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

 a { background-color: rgb(177,113,179); }

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

border-color css

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

 span { border-color: rgb(177,113,179); }

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