#BF8BCD

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

Shades of Wisteria #BF8BCD

Tints of Wisteria #BF8BCD

Color information

#BF8BCD (or 0xBF8BCD) is unknown color: approx Wisteria. HEX triplet: BF, 8B and CD. RGB value is (191,139,205). Sum of RGB (Red+Green+Blue) = 191+139+205=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BCD is #407432. Grayscale: #A1A1A1. Windows color (decimal): -4224051 or 13470655. OLE color: 13470655.

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

Color convert

RGB191139205-
CMYK0.070.3200.20
HSL287.27º39.76%67.45%-
HSV(B)287.27º32.2%80.39%-
XYZ41.7433.9562.11-
YUV162.07152.23148.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=35.70%
G=25.98%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911392050.070.3200.20287.2739.7667.45
HexBF8BCD72001411f2843
Octal27721331574002443750103
Binary1011111110001011110011011111000000101001000111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BCD; }

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

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

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

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

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

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

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

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