#B28FF9

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

Shades of Biloba Flower #B28FF9

Tints of Biloba Flower #B28FF9

Color information

#B28FF9 (or 0xB28FF9) is unknown color: approx Biloba Flower. HEX triplet: B2, 8F and F9. RGB value is (178,143,249). Sum of RGB (Red+Green+Blue) = 178+143+249=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #B28FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FF9 is #4D7006. Grayscale: #A5A5A5. Windows color (decimal): -5074951 or 16355250. OLE color: 16355250.

HSL color Cylindrical-coordinate representation of color #B28FF9: hue angle of 259.81º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28FF9 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178143249-
CMYK0.290.4300.02
HSL259.81º89.83%76.86%-
HSV(B)259.81º42.57%97.65%-
XYZ45.2835.9594.17-
YUV165.55175.1136.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 143 (56.25% from 255) = 25.09%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=31.23%
G=25.09%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781432490.290.4300.02259.8189.8376.86
HexB28FF91D2B021045a4d
Octal262217371355302404132115
Binary1011001010001111111110011110110101101010000010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FF9; }

 p { color: rgb(178,143,249); }

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

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

 a { background-color: rgb(178,143,249); }

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

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

 span { border-color: rgb(178,143,249); }

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