#B88AF3

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

Shades of Biloba Flower #B88AF3

Tints of Biloba Flower #B88AF3

Color information

#B88AF3 (or 0xB88AF3) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and F3. RGB value is (184,138,243). Sum of RGB (Red+Green+Blue) = 184+138+243=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #B88AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88AF3 is #47750C. Grayscale: #A3A3A3. Windows color (decimal): -4683021 or 15960760. OLE color: 15960760.

HSL color Cylindrical-coordinate representation of color #B88AF3: hue angle of 266.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88AF3 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184138243-
CMYK0.240.4300.05
HSL266.29º81.4%74.71%-
HSV(B)266.29º43.21%95.29%-
XYZ45.0334.8489.14-
YUV163.72172.74142.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=32.57%
G=24.42%
B=43.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841382430.240.4300.05266.2981.474.71
HexB88AF3182B0510a514b
Octal270212363305305412121113
Binary10111000100010101111001111000101011010110000101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AF3; }

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

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

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

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

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

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

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

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