#B98FED

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

Shades of Biloba Flower #B98FED

Tints of Biloba Flower #B98FED

Color information

#B98FED (or 0xB98FED) is unknown color: approx Biloba Flower. HEX triplet: B9, 8F and ED. RGB value is (185,143,237). Sum of RGB (Red+Green+Blue) = 185+143+237=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B98FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FED is #467012. Grayscale: #A5A5A5. Windows color (decimal): -4616211 or 15568825. OLE color: 15568825.

HSL color Cylindrical-coordinate representation of color #B98FED: hue angle of 266.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B98FED is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185143237-
CMYK0.220.4000.07
HSL266.81º72.31%74.51%-
HSV(B)266.81º39.66%92.94%-
XYZ45.1236.0784.71-
YUV166.27167.91141.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=32.74%
G=25.31%
B=41.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851432370.220.4000.07266.8172.3174.51
HexB98FED16280710b484b
Octal271217355265007413110113
Binary10111001100011111110110110110101000011110000101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FED; }

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

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

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

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

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

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

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

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