Html Css Color HEX #B163A0 Violet Blue

📋 copy color: '#B163A0'

red 177 ◦ green 99 ◦ blue 160

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

Shades of Violet Blue #B163A0

Tints of Violet Blue #B163A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 40.6%
G = 22.71%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B163A0 (or 0xB163A0) is known color: Violet Blue. HEX triplet: B1, 63 and A0. RGB value is (177,99,160). Sum of RGB (Red+Green+Blue) = 177+99+160=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B163A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B163A0 is #4E9C5F. Grayscale: #818181. Windows color (decimal): -5151840 or 10511281. OLE color: 10511281.

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

Color convert

RGB 177 99 160 -
CMYK 0 0.44 0.10 0.31
HSL 313.08º 0.33% 0.54% -
HSV(B) 313.08º 0.44% 0.69% -
XYZ 28.94 20.81 35.75 -
YUV 129.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 177 99 160 0 0.44 0.10 0.31 313.08 0.33 0.54
Hex B1 63 A0 0 2C A 1F 139 21 36
Octal 261 143 240 0 54 12 37 471 41 66
Binary 10110001 1100011 10100000 0 101100 1010 11111 100111001 100001 110110

Color Harmonies of #B163A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163A0

Black with #B163A0

Text Example


Text Example

White with #B163A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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