#BF94CD

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

Shades of Wisteria #BF94CD

Tints of Wisteria #BF94CD

Color information

#BF94CD (or 0xBF94CD) is unknown color: approx Wisteria. HEX triplet: BF, 94 and CD. RGB value is (191,148,205). Sum of RGB (Red+Green+Blue) = 191+148+205=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF94CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94CD is #406B32. Grayscale: #A7A7A7. Windows color (decimal): -4221747 or 13472959. OLE color: 13472959.

HSL color Cylindrical-coordinate representation of color #BF94CD: hue angle of 285.26º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF94CD is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191148205-
CMYK0.070.2800.20
HSL285.26º36.31%69.22%-
HSV(B)285.26º27.8%80.39%-
XYZ43.136.6662.56-
YUV167.36149.25144.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=35.11%
G=27.21%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911482050.070.2800.20285.2636.3169.22
HexBF94CD71C01411d2445
Octal27722431573402443544105
Binary101111111001010011001101111111000101001000111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94CD; }

 p { color: rgb(191,148,205); }

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

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

 a { background-color: rgb(191,148,205); }

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

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

 span { border-color: rgb(191,148,205); }

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