#B28BFF

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

Shades of Biloba Flower #B28BFF

Tints of Biloba Flower #B28BFF

Color information

#B28BFF (or 0xB28BFF) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and FF. RGB value is (178,139,255). Sum of RGB (Red+Green+Blue) = 178+139+255=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B28BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BFF is #4D7400. Grayscale: #A3A3A3. Windows color (decimal): -5075969 or 16747442. OLE color: 16747442.

HSL color Cylindrical-coordinate representation of color #B28BFF: hue angle of 260.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28BFF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178139255-
CMYK0.300.4500
HSL260.17º100%77.25%-
HSV(B)260.17º45.49%100%-
XYZ45.6435.1598.99-
YUV163.88179.42138.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 255 (100% from 255) = 44.58%
R=31.12%
G=24.30%
B=44.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781392550.300.4500260.1710077.25
HexB28BFF1E2D00104644d
Octal262213377365500404144115
Binary101100101000101111111111111101011010010000010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BFF; }

 p { color: rgb(178,139,255); }

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

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

 a { background-color: rgb(178,139,255); }

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

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

 span { border-color: rgb(178,139,255); }

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