#BF7DDB

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

Shades of Wisteria #BF7DDB

Tints of Wisteria #BF7DDB

Color information

#BF7DDB (or 0xBF7DDB) is unknown color: approx Wisteria. HEX triplet: BF, 7D and DB. RGB value is (191,125,219). Sum of RGB (Red+Green+Blue) = 191+125+219=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DDB is #408224. Grayscale: #9B9B9B. Windows color (decimal): -4227621 or 14384575. OLE color: 14384575.

HSL color Cylindrical-coordinate representation of color #BF7DDB: hue angle of 282.13º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7DDB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191125219-
CMYK0.130.4300.14
HSL282.13º56.63%67.45%-
HSV(B)282.13º42.92%85.88%-
XYZ41.6130.8670.78-
YUV155.45163.87153.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=35.70%
G=23.36%
B=40.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911252190.130.4300.14282.1356.6367.45
HexBF7DDBD2B0E11a3943
Octal277175333155301643271103
Binary101111111111101110110111101101011011101000110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DDB; }

 p { color: rgb(191,125,219); }

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

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

 a { background-color: rgb(191,125,219); }

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

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

 span { border-color: rgb(191,125,219); }

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