#BF8CCE

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

Shades of Wisteria #BF8CCE

Tints of Wisteria #BF8CCE

Color information

#BF8CCE (or 0xBF8CCE) is unknown color: approx Wisteria. HEX triplet: BF, 8C and CE. RGB value is (191,140,206). Sum of RGB (Red+Green+Blue) = 191+140+206=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CCE is #407331. Grayscale: #A2A2A2. Windows color (decimal): -4223794 or 13536447. OLE color: 13536447.

HSL color Cylindrical-coordinate representation of color #BF8CCE: hue angle of 286.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8CCE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191140206-
CMYK0.070.3200.19
HSL286.36º40.24%67.84%-
HSV(B)286.36º32.04%80.78%-
XYZ4234.2962.8-
YUV162.77152.4148.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 140 (55.08% from 255) = 26.07%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=35.57%
G=26.07%
B=38.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911402060.070.3200.19286.3640.2467.84
HexBF8CCE72001311e2844
Octal27721431674002343650104
Binary1011111110001100110011101111000000100111000111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CCE; }

 p { color: rgb(191,140,206); }

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

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

 a { background-color: rgb(191,140,206); }

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

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

 span { border-color: rgb(191,140,206); }

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