#B98CE4

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

Shades of Biloba Flower #B98CE4

Tints of Biloba Flower #B98CE4

Color information

#B98CE4 (or 0xB98CE4) is unknown color: approx Biloba Flower. HEX triplet: B9, 8C and E4. RGB value is (185,140,228). Sum of RGB (Red+Green+Blue) = 185+140+228=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #B98CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CE4 is #46731B. Grayscale: #A3A3A3. Windows color (decimal): -4616988 or 14978233. OLE color: 14978233.

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

Color convert

RGB185140228-
CMYK0.190.3900.11
HSL270.68º61.97%72.16%-
HSV(B)270.68º38.6%89.41%-
XYZ43.3934.6777.8-
YUV163.49164.41143.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=33.45%
G=25.32%
B=41.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851402280.190.3900.11270.6861.9772.16
HexB98CE413270B10f3e48
Octal271214344234701341776110
Binary10111001100011001110010010011100111010111000011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98CE4; }

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

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

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

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

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

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

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

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