#BF85EE

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

Shades of Wisteria #BF85EE

Tints of Wisteria #BF85EE

Color information

#BF85EE (or 0xBF85EE) is unknown color: approx Wisteria. HEX triplet: BF, 85 and EE. RGB value is (191,133,238). Sum of RGB (Red+Green+Blue) = 191+133+238=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85EE is #407A11. Grayscale: #A1A1A1. Windows color (decimal): -4225554 or 15631807. OLE color: 15631807.

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

Color convert

RGB191133238-
CMYK0.200.4400.07
HSL273.14º75.54%72.75%-
HSV(B)273.14º44.12%93.33%-
XYZ45.3134.0285.07-
YUV162.31170.72148.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=33.99%
G=23.67%
B=42.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911332380.200.4400.07273.1475.5472.75
HexBF85EE142C071114c49
Octal277205356245407421114111
Binary10111111100001011110111010100101100011110001000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85EE; }

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

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

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

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

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

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

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

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