#B98BEA

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

Shades of Biloba Flower #B98BEA

Tints of Biloba Flower #B98BEA

Color information

#B98BEA (or 0xB98BEA) is unknown color: approx Biloba Flower. HEX triplet: B9, 8B and EA. RGB value is (185,139,234). Sum of RGB (Red+Green+Blue) = 185+139+234=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #B98BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98BEA is #467415. Grayscale: #A3A3A3. Windows color (decimal): -4617238 or 15371193. OLE color: 15371193.

HSL color Cylindrical-coordinate representation of color #B98BEA: hue angle of 269.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B98BEA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185139234-
CMYK0.210.4100.08
HSL269.05º69.34%73.14%-
HSV(B)269.05º40.6%91.76%-
XYZ44.0934.7282.22-
YUV163.58167.74143.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 139 (54.69% from 255) = 24.91%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=33.15%
G=24.91%
B=41.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851392340.210.4100.08269.0569.3473.14
HexB98BEA15290810d4549
Octal2712133522551010415105111
Binary101110011000101111101010101011010010100010000110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BEA; }

 p { color: rgb(185,139,234); }

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

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

 a { background-color: rgb(185,139,234); }

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

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

 span { border-color: rgb(185,139,234); }

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