#BF8FEA

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

Shades of Wisteria #BF8FEA

Tints of Wisteria #BF8FEA

Color information

#BF8FEA (or 0xBF8FEA) is unknown color: approx Wisteria. HEX triplet: BF, 8F and EA. RGB value is (191,143,234). Sum of RGB (Red+Green+Blue) = 191+143+234=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FEA is #407015. Grayscale: #A7A7A7. Windows color (decimal): -4222998 or 15372223. OLE color: 15372223.

HSL color Cylindrical-coordinate representation of color #BF8FEA: hue angle of 271.65º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8FEA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191143234-
CMYK0.180.3900.08
HSL271.65º68.42%73.92%-
HSV(B)271.65º38.89%91.76%-
XYZ46.1636.6682.49-
YUV167.73165.4144.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=33.63%
G=25.18%
B=41.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911432340.180.3900.08271.6568.4273.92
HexBF8FEA122708110444a
Octal2772173522247010420104112
Binary101111111000111111101010100101001110100010001000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FEA; }

 p { color: rgb(191,143,234); }

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

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

 a { background-color: rgb(191,143,234); }

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

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

 span { border-color: rgb(191,143,234); }

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