#B98FDD

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

Shades of Biloba Flower #B98FDD

Tints of Biloba Flower #B98FDD

Color information

#B98FDD (or 0xB98FDD) is unknown color: approx Biloba Flower. HEX triplet: B9, 8F and DD. RGB value is (185,143,221). Sum of RGB (Red+Green+Blue) = 185+143+221=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B98FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FDD is #467022. Grayscale: #A4A4A4. Windows color (decimal): -4616227 or 14520249. OLE color: 14520249.

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

Color convert

RGB185143221-
CMYK0.160.3500.13
HSL272.31º53.42%71.37%-
HSV(B)272.31º35.29%86.67%-
XYZ42.8835.1872.94-
YUV164.45159.91142.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=33.70%
G=26.05%
B=40.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851432210.160.3500.13272.3153.4271.37
HexB98FDD10230D1103547
Octal271217335204301542065107
Binary10111001100011111101110110000100011011011000100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FDD; }

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

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

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

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

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

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

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

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