#B994D0

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

Shades of Wisteria #B994D0

Tints of Wisteria #B994D0

Color information

#B994D0 (or 0xB994D0) is unknown color: approx Wisteria. HEX triplet: B9, 94 and D0. RGB value is (185,148,208). Sum of RGB (Red+Green+Blue) = 185+148+208=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #B994D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994D0 is #466B2F. Grayscale: #A5A5A5. Windows color (decimal): -4614960 or 13669561. OLE color: 13669561.

HSL color Cylindrical-coordinate representation of color #B994D0: hue angle of 277º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B994D0 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185148208-
CMYK0.110.2900.18
HSL277º38.96%69.8%-
HSV(B)277º28.85%81.57%-
XYZ41.9836.0564.42-
YUV165.9151.76141.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=34.20%
G=27.36%
B=38.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851482080.110.2900.1827738.9669.8
HexB994D0B1D0121152746
Octal271224320133502242547106
Binary1011100110010100110100001011111010100101000101011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994D0; }

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

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

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

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

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

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

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

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