#BF96A5

Color #BF96A5 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #BF96A5

Tints of Viola #BF96A5

Color information

#BF96A5 (or 0xBF96A5) is unknown color: approx Viola. HEX triplet: BF, 96 and A5. RGB value is (191,150,165). Sum of RGB (Red+Green+Blue) = 191+150+165=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96A5 is #40695A. Grayscale: #A3A3A3. Windows color (decimal): -4221275 or 10852031. OLE color: 10852031.

HSL color Cylindrical-coordinate representation of color #BF96A5: hue angle of 338.05º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF96A5 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB191150165-
CMYK00.210.140.25
HSL338.05º24.26%66.86%-
HSV(B)338.05º21.47%74.9%-
XYZ39.1835.6140.4-
YUV163.97128.58147.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 165 (64.84% from 255) = 32.61%
R=37.75%
G=29.64%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115016500.210.140.25338.0524.2666.86
HexBF96A5015E191521843
Octal277226245025163152230103
Binary101111111001011010100101010101111011001101010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96A5; }

 p { color: rgb(191,150,165); }

 H1.HeaderClassName
 {
   color: #BF96A5;
 }
 .AnyTagClassName
 {
   color: #BF96A5;
 }
</style>
background-color css

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

 a { background-color: rgb(191,150,165); }

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

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

 span { border-color: rgb(191,150,165); }

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