Html Css Color HEX #B163A2 Violet Blue

📋 copy color: '#B163A2'

red 177 ◦ green 99 ◦ blue 162

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

Shades of Violet Blue #B163A2

Tints of Violet Blue #B163A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.99%

R = 40.41%
G = 22.6%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B163A2 (or 0xB163A2) is known color: Violet Blue. HEX triplet: B1, 63 and A2. RGB value is (177,99,162). Sum of RGB (Red+Green+Blue) = 177+99+162=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B163A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B163A2 is #4E9C5D. Grayscale: #818181. Windows color (decimal): -5151838 or 10642353. OLE color: 10642353.

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

Color convert

RGB 177 99 162 -
CMYK 0 0.44 0.08 0.31
HSL 311.54º 0.33% 0.54% -
HSV(B) 311.54º 0.44% 0.69% -
XYZ 29.11 20.88 36.68 -
YUV 129.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 177 99 162 0 0.44 0.08 0.31 311.54 0.33 0.54
Hex B1 63 A2 0 2C 8 1F 138 21 36
Octal 261 143 242 0 54 10 37 470 41 66
Binary 10110001 1100011 10100010 0 101100 1000 11111 100111000 100001 110110

Color Harmonies of #B163A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163A2

Black with #B163A2

Text Example


Text Example

White with #B163A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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