Html Css Color HEX #B16DA8 Violet Blue

📋 copy color: '#B16DA8'

red 177 ◦ green 109 ◦ blue 168

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

Shades of Violet Blue #B16DA8

Tints of Violet Blue #B16DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37%

R = 38.99%
G = 24.01%
B = 37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B16DA8 (or 0xB16DA8) is known color: Violet Blue. HEX triplet: B1, 6D and A8. RGB value is (177,109,168). Sum of RGB (Red+Green+Blue) = 177+109+168=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B16DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16DA8 is #4E9257. Grayscale: #878787. Windows color (decimal): -5149272 or 11038129. OLE color: 11038129.

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

Color convert

RGB 177 109 168 -
CMYK 0 0.38 0.05 0.31
HSL 307.94º 0.3% 0.56% -
HSV(B) 307.94º 0.38% 0.69% -
XYZ 30.67 23.11 39.89 -
YUV 136.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 177 109 168 0 0.38 0.05 0.31 307.94 0.3 0.56
Hex B1 6D A8 0 26 5 1F 134 1E 38
Octal 261 155 250 0 46 5 37 464 36 70
Binary 10110001 1101101 10101000 0 100110 101 11111 100110100 11110 111000

Color Harmonies of #B16DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DA8

Black with #B16DA8

Text Example


Text Example

White with #B16DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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