#B98ADD

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

Shades of Biloba Flower #B98ADD

Tints of Biloba Flower #B98ADD

Color information

#B98ADD (or 0xB98ADD) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and DD. RGB value is (185,138,221). Sum of RGB (Red+Green+Blue) = 185+138+221=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B98ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ADD is #467522. Grayscale: #A1A1A1. Windows color (decimal): -4617507 or 14518969. OLE color: 14518969.

HSL color Cylindrical-coordinate representation of color #B98ADD: hue angle of 273.98º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98ADD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185138221-
CMYK0.160.3800.13
HSL273.98º54.97%70.39%-
HSV(B)273.98º37.56%86.67%-
XYZ42.1533.7172.69-
YUV161.51161.57144.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=34.01%
G=25.37%
B=40.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851382210.160.3800.13273.9854.9770.39
HexB98ADD10260D1123746
Octal271212335204601542267106
Binary10111001100010101101110110000100110011011000100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98ADD; }

 p { color: rgb(185,138,221); }

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

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

 a { background-color: rgb(185,138,221); }

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

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

 span { border-color: rgb(185,138,221); }

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