#B88FFC

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

Shades of Biloba Flower #B88FFC

Tints of Biloba Flower #B88FFC

Color information

#B88FFC (or 0xB88FFC) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and FC. RGB value is (184,143,252). Sum of RGB (Red+Green+Blue) = 184+143+252=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #B88FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FFC is #477003. Grayscale: #A7A7A7. Windows color (decimal): -4681732 or 16551864. OLE color: 16551864.

HSL color Cylindrical-coordinate representation of color #B88FFC: hue angle of 262.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B88FFC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184143252-
CMYK0.270.4300.01
HSL262.57º94.78%77.45%-
HSV(B)262.57º43.25%98.82%-
XYZ47.1636.8696.73-
YUV167.68175.58139.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=31.78%
G=24.70%
B=43.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841432520.270.4300.01262.5794.7877.45
HexB88FFC1B2B011075f4d
Octal270217374335301407137115
Binary101110001000111111111100110111010110110000011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FFC; }

 p { color: rgb(184,143,252); }

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

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

 a { background-color: rgb(184,143,252); }

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

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

 span { border-color: rgb(184,143,252); }

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