#BD94CF

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

Shades of Wisteria #BD94CF

Tints of Wisteria #BD94CF

Color information

#BD94CF (or 0xBD94CF) is unknown color: approx Wisteria. HEX triplet: BD, 94 and CF. RGB value is (189,148,207). Sum of RGB (Red+Green+Blue) = 189+148+207=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94CF is #426B30. Grayscale: #A6A6A6. Windows color (decimal): -4352817 or 13604029. OLE color: 13604029.

HSL color Cylindrical-coordinate representation of color #BD94CF: hue angle of 281.69º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD94CF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189148207-
CMYK0.090.2900.19
HSL281.69º38.06%69.61%-
HSV(B)281.69º28.5%81.18%-
XYZ42.8436.563.82-
YUV166.98150.58143.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 148 (58.20% from 255) = 27.21%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=34.74%
G=27.21%
B=38.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891482070.090.2900.19281.6938.0669.61
HexBD94CF91D01311a2646
Octal275224317113502343246106
Binary1011110110010100110011111001111010100111000110101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94CF; }

 p { color: rgb(189,148,207); }

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

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

 a { background-color: rgb(189,148,207); }

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

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

 span { border-color: rgb(189,148,207); }

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