#B393FC

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

Shades of Biloba Flower #B393FC

Tints of Biloba Flower #B393FC

Color information

#B393FC (or 0xB393FC) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and FC. RGB value is (179,147,252). Sum of RGB (Red+Green+Blue) = 179+147+252=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #B393FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393FC is #4C6C03. Grayscale: #A8A8A8. Windows color (decimal): -5008388 or 16552883. OLE color: 16552883.

HSL color Cylindrical-coordinate representation of color #B393FC: hue angle of 258.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B393FC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179147252-
CMYK0.290.4200.01
HSL258.29º94.59%78.24%-
HSV(B)258.29º41.67%98.82%-
XYZ46.5937.4896.87-
YUV168.54175.1135.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.97%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=30.97%
G=25.43%
B=43.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791472520.290.4200.01258.2994.5978.24
HexB393FC1D2A011025f4e
Octal263223374355201402137116
Binary101100111001001111111100111011010100110000001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393FC; }

 p { color: rgb(179,147,252); }

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

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

 a { background-color: rgb(179,147,252); }

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

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

 span { border-color: rgb(179,147,252); }

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