#B98FE4

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

Shades of Biloba Flower #B98FE4

Tints of Biloba Flower #B98FE4

Color information

#B98FE4 (or 0xB98FE4) is unknown color: approx Biloba Flower. HEX triplet: B9, 8F and E4. RGB value is (185,143,228). Sum of RGB (Red+Green+Blue) = 185+143+228=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #B98FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FE4 is #46701B. Grayscale: #A4A4A4. Windows color (decimal): -4616220 or 14979001. OLE color: 14979001.

HSL color Cylindrical-coordinate representation of color #B98FE4: hue angle of 269.65º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98FE4 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185143228-
CMYK0.190.3700.11
HSL269.65º61.15%72.75%-
HSV(B)269.65º37.28%89.41%-
XYZ43.8335.5677.95-
YUV165.25163.41142.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=33.27%
G=25.72%
B=41.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851432280.190.3700.11269.6561.1572.75
HexB98FE413250B10e3d49
Octal271217344234501341675111
Binary10111001100011111110010010011100101010111000011101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FE4; }

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

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

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

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

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

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

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

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