Html Css Color HEX #B165AF Violet Blue

📋 copy color: '#B165AF'

red 177 ◦ green 101 ◦ blue 175

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

Shades of Violet Blue #B165AF

Tints of Violet Blue #B165AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 39.07%
G = 22.3%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B165AF (or 0xB165AF) is known color: Violet Blue. HEX triplet: B1, 65 and AF. RGB value is (177,101,175). Sum of RGB (Red+Green+Blue) = 177+101+175=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B165AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B165AF is #4E9A50. Grayscale: #838383. Windows color (decimal): -5151313 or 11494833. OLE color: 11494833.

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

Color convert

RGB 177 101 175 -
CMYK 0 0.43 0.01 0.31
HSL 301.58º 0.33% 0.55% -
HSV(B) 301.58º 0.43% 0.69% -
XYZ 30.52 21.75 43.15 -
YUV 132.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 177 101 175 0 0.43 0.01 0.31 301.58 0.33 0.55
Hex B1 65 AF 0 2B 1 1F 12E 21 37
Octal 261 145 257 0 53 1 37 456 41 67
Binary 10110001 1100101 10101111 0 101011 1 11111 100101110 100001 110111

Color Harmonies of #B165AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165AF

Black with #B165AF

Text Example


Text Example

White with #B165AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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