#B488F1

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

Shades of Biloba Flower #B488F1

Tints of Biloba Flower #B488F1

Color information

#B488F1 (or 0xB488F1) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and F1. RGB value is (180,136,241). Sum of RGB (Red+Green+Blue) = 180+136+241=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #B488F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488F1 is #4B770E. Grayscale: #A0A0A0. Windows color (decimal): -4945679 or 15829172. OLE color: 15829172.

HSL color Cylindrical-coordinate representation of color #B488F1: hue angle of 265.14º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B488F1 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180136241-
CMYK0.250.4400.05
HSL265.14º78.95%73.92%-
HSV(B)265.14º43.57%94.51%-
XYZ43.533.6687.42-
YUV161.13173.08141.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=32.32%
G=24.42%
B=43.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801362410.250.4400.05265.1478.9573.92
HexB488F1192C051094f4a
Octal264210361315405411117112
Binary10110100100010001111000111001101100010110000100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488F1; }

 p { color: rgb(180,136,241); }

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

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

 a { background-color: rgb(180,136,241); }

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

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

 span { border-color: rgb(180,136,241); }

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