#BF93CE

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

Shades of Wisteria #BF93CE

Tints of Wisteria #BF93CE

Color information

#BF93CE (or 0xBF93CE) is unknown color: approx Wisteria. HEX triplet: BF, 93 and CE. RGB value is (191,147,206). Sum of RGB (Red+Green+Blue) = 191+147+206=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93CE is #406C31. Grayscale: #A6A6A6. Windows color (decimal): -4222002 or 13538239. OLE color: 13538239.

HSL color Cylindrical-coordinate representation of color #BF93CE: hue angle of 284.75º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF93CE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191147206-
CMYK0.070.2900.19
HSL284.75º37.58%69.22%-
HSV(B)284.75º28.64%80.78%-
XYZ43.0636.463.15-
YUV166.88150.08145.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=35.11%
G=27.02%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911472060.070.2900.19284.7537.5869.22
HexBF93CE71D01311d2645
Octal27722331673502343546105
Binary101111111001001111001110111111010100111000111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93CE; }

 p { color: rgb(191,147,206); }

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

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

 a { background-color: rgb(191,147,206); }

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

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

 span { border-color: rgb(191,147,206); }

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