#BF8BFD

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

Shades of Wisteria #BF8BFD

Tints of Wisteria #BF8BFD

Color information

#BF8BFD (or 0xBF8BFD) is unknown color: approx Wisteria. HEX triplet: BF, 8B and FD. RGB value is (191,139,253). Sum of RGB (Red+Green+Blue) = 191+139+253=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8BFD is #407402. Grayscale: #A7A7A7. Windows color (decimal): -4224003 or 16616383. OLE color: 16616383.

HSL color Cylindrical-coordinate representation of color #BF8BFD: hue angle of 267.37º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF8BFD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191139253-
CMYK0.250.4500.01
HSL267.37º96.61%76.86%-
HSV(B)267.37º45.06%99.22%-
XYZ48.4536.6397.45-
YUV167.54176.23144.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=32.76%
G=23.84%
B=43.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911392530.250.4500.01267.3796.6176.86
HexBF8BFD192D0110b614d
Octal277213375315501413141115
Binary101111111000101111111101110011011010110000101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BFD; }

 p { color: rgb(191,139,253); }

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

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

 a { background-color: rgb(191,139,253); }

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

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

 span { border-color: rgb(191,139,253); }

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