#B28AF9

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

Shades of Biloba Flower #B28AF9

Tints of Biloba Flower #B28AF9

Color information

#B28AF9 (or 0xB28AF9) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and F9. RGB value is (178,138,249). Sum of RGB (Red+Green+Blue) = 178+138+249=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #B28AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AF9 is #4D7506. Grayscale: #A2A2A2. Windows color (decimal): -5076231 or 16353970. OLE color: 16353970.

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

Color convert

RGB178138249-
CMYK0.290.4500.02
HSL261.62º90.24%75.88%-
HSV(B)261.62º44.58%97.65%-
XYZ44.5534.4893.93-
YUV162.61176.75138.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=31.50%
G=24.42%
B=44.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781382490.290.4500.02261.6290.2475.88
HexB28AF91D2D021065a4c
Octal262212371355502406132114
Binary1011001010001010111110011110110110101010000011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AF9; }

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

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

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

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

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

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

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

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