#bf87ee

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

Shades of Wisteria #BF87EE

Tints of Wisteria #BF87EE

Color information

#BF87EE (or 0xBF87EE) is unknown color: approx Wisteria. HEX triplet: BF, 87 and EE. RGB value is (191,135,238). Sum of RGB (Red+Green+Blue) = 191+135+238=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF87EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF87EE is #407811. Grayscale: #A3A3A3. Windows color (decimal): -4225042 or 15632319. OLE color: 15632319.

HSL color Cylindrical-coordinate representation of color #BF87EE: hue angle of 272.62º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF87EE is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191135238-
CMYK0.200.4300.07
HSL272.62º75.18%73.14%-
HSV(B)272.62º43.28%93.33%-
XYZ45.5834.5885.16-
YUV163.49170.05147.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=33.87%
G=23.94%
B=42.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911352380.200.4300.07272.6275.1873.14
HexBF87EE142B071114b49
Octal277207356245307421113111
Binary10111111100001111110111010100101011011110001000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf87ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf87ee; }

 p { color: rgb(191,135,238); }

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

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

 a { background-color: rgb(191,135,238); }

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

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

 span { border-color: rgb(191,135,238); }

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