#B495F9

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

Shades of Biloba Flower #B495F9

Tints of Biloba Flower #B495F9

Color information

#B495F9 (or 0xB495F9) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and F9. RGB value is (180,149,249). Sum of RGB (Red+Green+Blue) = 180+149+249=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #B495F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495F9 is #4B6A06. Grayscale: #A9A9A9. Windows color (decimal): -4942343 or 16356788. OLE color: 16356788.

HSL color Cylindrical-coordinate representation of color #B495F9: hue angle of 258.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B495F9 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180149249-
CMYK0.280.4000.02
HSL258.6º89.29%78.04%-
HSV(B)258.6º40.16%97.65%-
XYZ46.6738.0494.5-
YUV169.67172.77135.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.14%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=31.14%
G=25.78%
B=43.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801492490.280.4000.02258.689.2978.04
HexB495F91C2802103594e
Octal264225371345002403131116
Binary1011010010010101111110011110010100001010000001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495F9; }

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

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

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

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

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

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

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

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