#B88DFD

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

Shades of Biloba Flower #B88DFD

Tints of Biloba Flower #B88DFD

Color information

#B88DFD (or 0xB88DFD) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and FD. RGB value is (184,141,253). Sum of RGB (Red+Green+Blue) = 184+141+253=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #B88DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88DFD is #477202. Grayscale: #A6A6A6. Windows color (decimal): -4682243 or 16616888. OLE color: 16616888.

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

Color convert

RGB184141253-
CMYK0.270.4400.01
HSL263.04º96.55%77.25%-
HSV(B)263.04º44.27%99.22%-
XYZ47.0236.3397.46-
YUV166.62176.75140.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 141 (55.47% from 255) = 24.39%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=31.83%
G=24.39%
B=43.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841412530.270.4400.01263.0496.5577.25
HexB88DFD1B2C01107614d
Octal270215375335401407141115
Binary101110001000110111111101110111011000110000011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DFD; }

 p { color: rgb(184,141,253); }

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

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

 a { background-color: rgb(184,141,253); }

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

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

 span { border-color: rgb(184,141,253); }

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