#BD94CC

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

Shades of Wisteria #BD94CC

Tints of Wisteria #BD94CC

Color information

#BD94CC (or 0xBD94CC) is unknown color: approx Wisteria. HEX triplet: BD, 94 and CC. RGB value is (189,148,204). Sum of RGB (Red+Green+Blue) = 189+148+204=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94CC is #426B33. Grayscale: #A6A6A6. Windows color (decimal): -4352820 or 13407421. OLE color: 13407421.

HSL color Cylindrical-coordinate representation of color #BD94CC: hue angle of 283.93º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD94CC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189148204-
CMYK0.070.2700.2
HSL283.93º35.44%69.02%-
HSV(B)283.93º27.45%80%-
XYZ42.4836.3661.91-
YUV166.64149.08143.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=34.94%
G=27.36%
B=37.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891482040.070.2700.2283.9335.4469.02
HexBD94CC71B01411c2345
Octal27522431473302443443105
Binary101111011001010011001100111110110101001000111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD94CC; }

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

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

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

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

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

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

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

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