#B88AF8

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

Shades of Biloba Flower #B88AF8

Tints of Biloba Flower #B88AF8

Color information

#B88AF8 (or 0xB88AF8) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and F8. RGB value is (184,138,248). Sum of RGB (Red+Green+Blue) = 184+138+248=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #B88AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88AF8 is #477507. Grayscale: #A3A3A3. Windows color (decimal): -4683016 or 16288440. OLE color: 16288440.

HSL color Cylindrical-coordinate representation of color #B88AF8: hue angle of 265.09º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88AF8 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184138248-
CMYK0.260.4400.03
HSL265.09º88.71%75.69%-
HSV(B)265.09º44.35%97.25%-
XYZ45.835.1493.18-
YUV164.29175.24142.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=32.28%
G=24.21%
B=43.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1841382480.260.4400.03265.0988.7175.69
HexB88AF81A2C03109594c
Octal270212370325403411131114
Binary1011100010001010111110001101010110001110000100110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AF8; }

 p { color: rgb(184,138,248); }

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

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

 a { background-color: rgb(184,138,248); }

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

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

 span { border-color: rgb(184,138,248); }

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