#B885F3

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

Shades of Biloba Flower #B885F3

Tints of Biloba Flower #B885F3

Color information

#B885F3 (or 0xB885F3) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and F3. RGB value is (184,133,243). Sum of RGB (Red+Green+Blue) = 184+133+243=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #B885F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885F3 is #477A0C. Grayscale: #A0A0A0. Windows color (decimal): -4684301 or 15959480. OLE color: 15959480.

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

Color convert

RGB184133243-
CMYK0.240.4500.05
HSL267.82º82.09%73.73%-
HSV(B)267.82º45.27%95.29%-
XYZ44.3333.4488.91-
YUV160.79174.4144.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=32.86%
G=23.75%
B=43.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841332430.240.4500.05267.8282.0973.73
HexB885F3182D0510c524a
Octal270205363305505414122112
Binary10111000100001011111001111000101101010110000110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885F3; }

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

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

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

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

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

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

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

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