#B883F9

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

Shades of Biloba Flower #B883F9

Tints of Biloba Flower #B883F9

Color information

#B883F9 (or 0xB883F9) is unknown color: approx Biloba Flower. HEX triplet: B8, 83 and F9. RGB value is (184,131,249). Sum of RGB (Red+Green+Blue) = 184+131+249=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #B883F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B883F9 is #477C06. Grayscale: #9F9F9F. Windows color (decimal): -4684807 or 16352184. OLE color: 16352184.

HSL color Cylindrical-coordinate representation of color #B883F9: hue angle of 266.95º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B883F9 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184131249-
CMYK0.260.4700.02
HSL266.95º90.77%74.51%-
HSV(B)266.95º47.39%97.65%-
XYZ44.9833.2693.67-
YUV160.3178.06144.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 131 (51.56% from 255) = 23.23%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=32.62%
G=23.23%
B=44.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841312490.260.4700.02266.9590.7774.51
HexB883F91A2F0210b5b4b
Octal270203371325702413133113
Binary1011100010000011111110011101010111101010000101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883F9; }

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

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

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

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

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

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

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

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