#B28DF0

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

Shades of Biloba Flower #B28DF0

Tints of Biloba Flower #B28DF0

Color information

#B28DF0 (or 0xB28DF0) is unknown color: approx Biloba Flower. HEX triplet: B2, 8D and F0. RGB value is (178,141,240). Sum of RGB (Red+Green+Blue) = 178+141+240=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #B28DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DF0 is #4D720F. Grayscale: #A2A2A2. Windows color (decimal): -5075472 or 15764914. OLE color: 15764914.

HSL color Cylindrical-coordinate representation of color #B28DF0: hue angle of 262.42º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28DF0 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178141240-
CMYK0.260.4100.06
HSL262.42º76.74%74.71%-
HSV(B)262.42º41.25%94.12%-
XYZ43.6134.8186.86-
YUV163.35171.26138.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=31.84%
G=25.22%
B=42.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781412400.260.4100.06262.4276.7474.71
HexB28DF01A29061064d4b
Octal262215360325106406115113
Binary10110010100011011111000011010101001011010000011010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DF0; }

 p { color: rgb(178,141,240); }

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

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

 a { background-color: rgb(178,141,240); }

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

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

 span { border-color: rgb(178,141,240); }

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