#B495FD

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

Shades of Biloba Flower #B495FD

Tints of Biloba Flower #B495FD

Color information

#B495FD (or 0xB495FD) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and FD. RGB value is (180,149,253). Sum of RGB (Red+Green+Blue) = 180+149+253=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #B495FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495FD is #4B6A02. Grayscale: #A9A9A9. Windows color (decimal): -4942339 or 16618932. OLE color: 16618932.

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

Color convert

RGB180149253-
CMYK0.290.4100.01
HSL257.88º96.3%78.82%-
HSV(B)257.88º41.11%99.22%-
XYZ47.338.2997.83-
YUV170.12174.77135.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.93%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=30.93%
G=25.60%
B=43.47%

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
Decimal1801492530.290.4100.01257.8896.378.82
HexB495FD1D2901102604f
Octal264225375355101402140117
Binary101101001001010111111101111011010010110000001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495FD; }

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

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

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

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

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

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

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

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