#BF8ACD

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

Shades of Wisteria #BF8ACD

Tints of Wisteria #BF8ACD

Color information

#BF8ACD (or 0xBF8ACD) is unknown color: approx Wisteria. HEX triplet: BF, 8A and CD. RGB value is (191,138,205). Sum of RGB (Red+Green+Blue) = 191+138+205=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ACD is #407532. Grayscale: #A1A1A1. Windows color (decimal): -4224307 or 13470399. OLE color: 13470399.

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

Color convert

RGB191138205-
CMYK0.070.3300.20
HSL287.46º40.12%67.25%-
HSV(B)287.46º32.68%80.39%-
XYZ41.5933.6662.06-
YUV161.49152.56149.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=35.77%
G=25.84%
B=38.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911382050.070.3300.20287.4640.1267.25
HexBF8ACD72101411f2843
Octal27721231574102443750103
Binary1011111110001010110011011111000010101001000111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ACD; }

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

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

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

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

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

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

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

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