Html Css Color HEX #B165A1 Violet Blue

📋 copy color: '#B165A1'

red 177 ◦ green 101 ◦ blue 161

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

Shades of Violet Blue #B165A1

Tints of Violet Blue #B165A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.67%

R = 40.32%
G = 23.01%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B165A1 (or 0xB165A1) is known color: Violet Blue. HEX triplet: B1, 65 and A1. RGB value is (177,101,161). Sum of RGB (Red+Green+Blue) = 177+101+161=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B165A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165A1 is #4E9A5E. Grayscale: #828282. Windows color (decimal): -5151327 or 10577329. OLE color: 10577329.

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

Color convert

RGB 177 101 161 -
CMYK 0 0.43 0.09 0.31
HSL 312.63º 0.33% 0.55% -
HSV(B) 312.63º 0.43% 0.69% -
XYZ 29.22 21.23 36.28 -
YUV 130.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 177 101 161 0 0.43 0.09 0.31 312.63 0.33 0.55
Hex B1 65 A1 0 2B 9 1F 139 21 37
Octal 261 145 241 0 53 11 37 471 41 67
Binary 10110001 1100101 10100001 0 101011 1001 11111 100111001 100001 110111

Color Harmonies of #B165A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165A1

Black with #B165A1

Text Example


Text Example

White with #B165A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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