#BB8ADC

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

Shades of Wisteria #BB8ADC

Tints of Wisteria #BB8ADC

Color information

#BB8ADC (or 0xBB8ADC) is unknown color: approx Wisteria. HEX triplet: BB, 8A and DC. RGB value is (187,138,220). Sum of RGB (Red+Green+Blue) = 187+138+220=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADC is #447523. Grayscale: #A1A1A1. Windows color (decimal): -4486436 or 14453435. OLE color: 14453435.

HSL color Cylindrical-coordinate representation of color #BB8ADC: hue angle of 275.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8ADC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187138220-
CMYK0.150.3700.14
HSL275.85º53.95%70.2%-
HSV(B)275.85º37.27%86.27%-
XYZ42.533.9172.02-
YUV162160.73145.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=34.31%
G=25.32%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871382200.150.3700.14275.8553.9570.2
HexBB8ADCF250E1143646
Octal273212334174501642466106
Binary1011101110001010110111001111100101011101000101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ADC; }

 p { color: rgb(187,138,220); }

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

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

 a { background-color: rgb(187,138,220); }

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

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

 span { border-color: rgb(187,138,220); }

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