#B495FC

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

Shades of Biloba Flower #B495FC

Tints of Biloba Flower #B495FC

Color information

#B495FC (or 0xB495FC) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and FC. RGB value is (180,149,252). Sum of RGB (Red+Green+Blue) = 180+149+252=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #B495FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495FC is #4B6A03. Grayscale: #A9A9A9. Windows color (decimal): -4942340 or 16553396. OLE color: 16553396.

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

Color convert

RGB180149252-
CMYK0.290.4100.01
HSL258.06º94.5%78.63%-
HSV(B)258.06º40.87%98.82%-
XYZ47.1438.2396.99-
YUV170.01174.27135.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.98%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=30.98%
G=25.65%
B=43.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801492520.290.4100.01258.0694.578.63
HexB495FC1D29011025e4f
Octal264225374355101402136117
Binary101101001001010111111100111011010010110000001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495FC; }

 p { color: rgb(180,149,252); }

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

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

 a { background-color: rgb(180,149,252); }

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

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

 span { border-color: rgb(180,149,252); }

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