#B985EA

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

Shades of Biloba Flower #B985EA

Tints of Biloba Flower #B985EA

Color information

#B985EA (or 0xB985EA) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and EA. RGB value is (185,133,234). Sum of RGB (Red+Green+Blue) = 185+133+234=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #B985EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985EA is #467A15. Grayscale: #9F9F9F. Windows color (decimal): -4618774 or 15369657. OLE color: 15369657.

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

Color convert

RGB185133234-
CMYK0.210.4300.08
HSL270.89º70.63%71.96%-
HSV(B)270.89º43.16%91.76%-
XYZ43.2533.0381.94-
YUV160.06169.73145.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=33.51%
G=24.09%
B=42.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851332340.210.4300.08270.8970.6371.96
HexB985EA152B0810f4748
Octal2712053522553010417107110
Binary101110011000010111101010101011010110100010000111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985EA; }

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

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

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

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

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

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

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

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