#B88CF3

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

Shades of Biloba Flower #B88CF3

Tints of Biloba Flower #B88CF3

Color information

#B88CF3 (or 0xB88CF3) is unknown color: approx Biloba Flower. HEX triplet: B8, 8C and F3. RGB value is (184,140,243). Sum of RGB (Red+Green+Blue) = 184+140+243=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #B88CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CF3 is #47730C. Grayscale: #A4A4A4. Windows color (decimal): -4682509 or 15961272. OLE color: 15961272.

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

Color convert

RGB184140243-
CMYK0.240.4200.05
HSL265.63º81.1%75.1%-
HSV(B)265.63º42.39%95.29%-
XYZ45.3235.4289.24-
YUV164.9172.08141.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=32.45%
G=24.69%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841402430.240.4200.05265.6381.175.1
HexB88CF3182A0510a514b
Octal270214363305205412121113
Binary10111000100011001111001111000101010010110000101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CF3; }

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

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

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

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

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

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

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

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