#B88BFF

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

Shades of Biloba Flower #B88BFF

Tints of Biloba Flower #B88BFF

Color information

#B88BFF (or 0xB88BFF) is unknown color: approx Biloba Flower. HEX triplet: B8, 8B and FF. RGB value is (184,139,255). Sum of RGB (Red+Green+Blue) = 184+139+255=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B88BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88BFF is #477400. Grayscale: #A5A5A5. Windows color (decimal): -4682753 or 16747448. OLE color: 16747448.

HSL color Cylindrical-coordinate representation of color #B88BFF: hue angle of 263.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88BFF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184139255-
CMYK0.280.4500
HSL263.28º100%77.25%-
HSV(B)263.28º45.49%100%-
XYZ47.0535.8899.05-
YUV165.68178.41141.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 255 (100% from 255) = 44.12%
R=31.83%
G=24.05%
B=44.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841392550.280.4500263.2810077.25
HexB88BFF1C2D00107644d
Octal270213377345500407144115
Binary101110001000101111111111111001011010010000011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BFF; }

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

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

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

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

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

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

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

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