Html Css Color HEX #B165AB Violet Blue

📋 copy color: '#B165AB'

red 177 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #B165AB

Tints of Violet Blue #B165AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 39.42%
G = 22.49%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B165AB (or 0xB165AB) is known color: Violet Blue. HEX triplet: B1, 65 and AB. RGB value is (177,101,171). Sum of RGB (Red+Green+Blue) = 177+101+171=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B165AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165AB is #4E9A54. Grayscale: #838383. Windows color (decimal): -5151317 or 11232689. OLE color: 11232689.

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

Color convert

RGB 177 101 171 -
CMYK 0 0.43 0.03 0.31
HSL 304.74º 0.33% 0.55% -
HSV(B) 304.74º 0.43% 0.69% -
XYZ 30.14 21.59 41.11 -
YUV 131.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 177 101 171 0 0.43 0.03 0.31 304.74 0.33 0.55
Hex B1 65 AB 0 2B 3 1F 131 21 37
Octal 261 145 253 0 53 3 37 461 41 67
Binary 10110001 1100101 10101011 0 101011 11 11111 100110001 100001 110111

Color Harmonies of #B165AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165AB

Black with #B165AB

Text Example


Text Example

White with #B165AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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