#B88CFB

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

Shades of Biloba Flower #B88CFB

Tints of Biloba Flower #B88CFB

Color information

#B88CFB (or 0xB88CFB) is unknown color: approx Biloba Flower. HEX triplet: B8, 8C and FB. RGB value is (184,140,251). Sum of RGB (Red+Green+Blue) = 184+140+251=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #B88CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CFB is #477304. Grayscale: #A5A5A5. Windows color (decimal): -4682501 or 16485560. OLE color: 16485560.

HSL color Cylindrical-coordinate representation of color #B88CFB: hue angle of 263.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88CFB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184140251-
CMYK0.270.4400.02
HSL263.78º93.28%76.67%-
HSV(B)263.78º44.22%98.43%-
XYZ46.5635.9195.74-
YUV165.81176.08140.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 140 (55.08% from 255) = 24.35%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=32%
G=24.35%
B=43.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841402510.270.4400.02263.7893.2876.67
HexB88CFB1B2C021085d4d
Octal270214373335402410135115
Binary1011100010001100111110111101110110001010000100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CFB; }

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

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

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

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

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

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

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

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