#B293FC

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

Shades of Biloba Flower #B293FC

Tints of Biloba Flower #B293FC

Color information

#B293FC (or 0xB293FC) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and FC. RGB value is (178,147,252). Sum of RGB (Red+Green+Blue) = 178+147+252=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #B293FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293FC is #4D6C03. Grayscale: #A7A7A7. Windows color (decimal): -5073924 or 16552882. OLE color: 16552882.

HSL color Cylindrical-coordinate representation of color #B293FC: hue angle of 257.71º 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 #B293FC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178147252-
CMYK0.290.4200.01
HSL257.71º94.59%78.24%-
HSV(B)257.71º41.67%98.82%-
XYZ46.3637.3696.86-
YUV168.24175.27134.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.85%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=30.85%
G=25.48%
B=43.67%

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
Decimal1781472520.290.4200.01257.7194.5978.24
HexB293FC1D2A011025f4e
Octal262223374355201402137116
Binary101100101001001111111100111011010100110000001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293FC; }

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

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

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

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

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

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

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

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