#B893F0

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

Shades of Biloba Flower #B893F0

Tints of Biloba Flower #B893F0

Color information

#B893F0 (or 0xB893F0) is unknown color: approx Biloba Flower. HEX triplet: B8, 93 and F0. RGB value is (184,147,240). Sum of RGB (Red+Green+Blue) = 184+147+240=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #B893F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B893F0 is #476C0F. Grayscale: #A8A8A8. Windows color (decimal): -4680720 or 15766456. OLE color: 15766456.

HSL color Cylindrical-coordinate representation of color #B893F0: hue angle of 263.87º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B893F0 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184147240-
CMYK0.230.3900.06
HSL263.87º75.61%75.88%-
HSV(B)263.87º38.75%94.12%-
XYZ45.9337.3587.23-
YUV168.67168.26138.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.22%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=32.22%
G=25.74%
B=42.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841472400.230.3900.06263.8775.6175.88
HexB893F01727061084c4c
Octal270223360274706410114114
Binary10111000100100111111000010111100111011010000100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893F0; }

 p { color: rgb(184,147,240); }

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

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

 a { background-color: rgb(184,147,240); }

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

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

 span { border-color: rgb(184,147,240); }

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