#B88AFB

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

Shades of Biloba Flower #B88AFB

Tints of Biloba Flower #B88AFB

Color information

#B88AFB (or 0xB88AFB) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and FB. RGB value is (184,138,251). Sum of RGB (Red+Green+Blue) = 184+138+251=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B88AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88AFB is #477504. Grayscale: #A4A4A4. Windows color (decimal): -4683013 or 16485048. OLE color: 16485048.

HSL color Cylindrical-coordinate representation of color #B88AFB: hue angle of 264.42º degrees, saturation: 0.93, 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 #B88AFB is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184138251-
CMYK0.270.4500.02
HSL264.42º93.39%76.27%-
HSV(B)264.42º45.02%98.43%-
XYZ46.2735.3395.65-
YUV164.64176.74141.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=32.11%
G=24.08%
B=43.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841382510.270.4500.02264.4293.3976.27
HexB88AFB1B2D021085d4c
Octal270212373335502410135114
Binary1011100010001010111110111101110110101010000100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AFB; }

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

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

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

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

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

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

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

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