#B883F1

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

Shades of Biloba Flower #B883F1

Tints of Biloba Flower #B883F1

Color information

#B883F1 (or 0xB883F1) is unknown color: approx Biloba Flower. HEX triplet: B8, 83 and F1. RGB value is (184,131,241). Sum of RGB (Red+Green+Blue) = 184+131+241=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #B883F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B883F1 is #477C0E. Grayscale: #9E9E9E. Windows color (decimal): -4684815 or 15827896. OLE color: 15827896.

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

Color convert

RGB184131241-
CMYK0.240.4600.05
HSL268.91º79.71%72.94%-
HSV(B)268.91º45.64%94.51%-
XYZ43.7632.7787.24-
YUV159.39174.06145.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=33.09%
G=23.56%
B=43.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841312410.240.4600.05268.9179.7172.94
HexB883F1182E0510d5049
Octal270203361305605415120111
Binary10111000100000111111000111000101110010110000110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883F1; }

 p { color: rgb(184,131,241); }

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

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

 a { background-color: rgb(184,131,241); }

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

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

 span { border-color: rgb(184,131,241); }

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