#B98DE4

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

Shades of Biloba Flower #B98DE4

Tints of Biloba Flower #B98DE4

Color information

#B98DE4 (or 0xB98DE4) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and E4. RGB value is (185,141,228). Sum of RGB (Red+Green+Blue) = 185+141+228=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #B98DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DE4 is #46721B. Grayscale: #A3A3A3. Windows color (decimal): -4616732 or 14978489. OLE color: 14978489.

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

Color convert

RGB185141228-
CMYK0.190.3800.11
HSL270.34º61.7%72.35%-
HSV(B)270.34º38.16%89.41%-
XYZ43.5434.9777.85-
YUV164.07164.08142.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 228 (89.45% from 255) = 41.16%
R=33.39%
G=25.45%
B=41.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851412280.190.3800.11270.3461.772.35
HexB98DE413260B10e3e48
Octal271215344234601341676110
Binary10111001100011011110010010011100110010111000011101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DE4; }

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

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

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

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

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

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

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

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