#B28CF0

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

Shades of Biloba Flower #B28CF0

Tints of Biloba Flower #B28CF0

Color information

#B28CF0 (or 0xB28CF0) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and F0. RGB value is (178,140,240). Sum of RGB (Red+Green+Blue) = 178+140+240=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #B28CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CF0 is #4D730F. Grayscale: #A2A2A2. Windows color (decimal): -5075728 or 15764658. OLE color: 15764658.

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

Color convert

RGB178140240-
CMYK0.260.4200.06
HSL262.8º76.92%74.51%-
HSV(B)262.8º41.67%94.12%-
XYZ43.4734.5186.81-
YUV162.76171.59138.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=31.90%
G=25.09%
B=43.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781402400.260.4200.06262.876.9274.51
HexB28CF01A2A061074d4b
Octal262214360325206407115113
Binary10110010100011001111000011010101010011010000011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CF0; }

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

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

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

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

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

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

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

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