Html Css Color HEX #B16DAE Violet Blue

📋 copy color: '#B16DAE'

red 177 ◦ green 109 ◦ blue 174

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

Shades of Violet Blue #B16DAE

Tints of Violet Blue #B16DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

 BLUE value IS 174 (68.36% from 255) = 37.83%

R = 38.48%
G = 23.7%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B16DAE (or 0xB16DAE) is known color: Violet Blue. HEX triplet: B1, 6D and AE. RGB value is (177,109,174). Sum of RGB (Red+Green+Blue) = 177+109+174=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DAE is #4E9251. Grayscale: #888888. Windows color (decimal): -5149266 or 11431345. OLE color: 11431345.

HSL color Cylindrical-coordinate representation of color #B16DAE: hue angle of 302.65º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16DAE is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 109 174 -
CMYK 0 0.38 0.02 0.31
HSL 302.65º 0.3% 0.56% -
HSV(B) 302.65º 0.38% 0.69% -
XYZ 31.24 23.34 42.9 -
YUV 136.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 177 109 174 0 0.38 0.02 0.31 302.65 0.3 0.56
Hex B1 6D AE 0 26 2 1F 12F 1E 38
Octal 261 155 256 0 46 2 37 457 36 70
Binary 10110001 1101101 10101110 0 100110 10 11111 100101111 11110 111000

Color Harmonies of #B16DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DAE

Black with #B16DAE

Text Example


Text Example

White with #B16DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DAE; }

 p { color: rgb(177,109,174); }

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

background-color css

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

 a { background-color: rgb(177,109,174); }

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

border-color css

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

 span { border-color: rgb(177,109,174); }

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