#B994CE

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

Shades of Wisteria #B994CE

Tints of Wisteria #B994CE

Color information

#B994CE (or 0xB994CE) is unknown color: approx Wisteria. HEX triplet: B9, 94 and CE. RGB value is (185,148,206). Sum of RGB (Red+Green+Blue) = 185+148+206=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B994CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994CE is #466B31. Grayscale: #A5A5A5. Windows color (decimal): -4614962 or 13538489. OLE color: 13538489.

HSL color Cylindrical-coordinate representation of color #B994CE: hue angle of 278.28º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B994CE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185148206-
CMYK0.100.2800.19
HSL278.28º37.18%69.41%-
HSV(B)278.28º28.16%80.78%-
XYZ41.7435.9563.13-
YUV165.68150.76141.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=34.32%
G=27.46%
B=38.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851482060.100.2800.19278.2837.1869.41
HexB994CEA1C0131162545
Octal271224316123402342645105
Binary1011100110010100110011101010111000100111000101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994CE; }

 p { color: rgb(185,148,206); }

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

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

 a { background-color: rgb(185,148,206); }

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

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

 span { border-color: rgb(185,148,206); }

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