#B88BF2

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

Shades of Biloba Flower #B88BF2

Tints of Biloba Flower #B88BF2

Color information

#B88BF2 (or 0xB88BF2) is unknown color: approx Biloba Flower. HEX triplet: B8, 8B and F2. RGB value is (184,139,242). Sum of RGB (Red+Green+Blue) = 184+139+242=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #B88BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88BF2 is #47740D. Grayscale: #A3A3A3. Windows color (decimal): -4682766 or 15895480. OLE color: 15895480.

HSL color Cylindrical-coordinate representation of color #B88BF2: hue angle of 266.21º degrees, saturation: 0.8, 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 #B88BF2 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184139242-
CMYK0.240.4300.05
HSL266.21º79.84%74.71%-
HSV(B)266.21º42.56%94.9%-
XYZ45.0335.0788.4-
YUV164.2171.91142.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=32.57%
G=24.60%
B=42.83%

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
Decimal1841392420.240.4300.05266.2179.8474.71
HexB88BF2182B0510a504b
Octal270213362305305412120113
Binary10111000100010111111001011000101011010110000101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BF2; }

 p { color: rgb(184,139,242); }

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

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

 a { background-color: rgb(184,139,242); }

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

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

 span { border-color: rgb(184,139,242); }

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