#B882FA

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

Shades of Biloba Flower #B882FA

Tints of Biloba Flower #B882FA

Color information

#B882FA (or 0xB882FA) is unknown color: approx Biloba Flower. HEX triplet: B8, 82 and FA. RGB value is (184,130,250). Sum of RGB (Red+Green+Blue) = 184+130+250=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #B882FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882FA is #477D05. Grayscale: #9F9F9F. Windows color (decimal): -4685062 or 16417464. OLE color: 16417464.

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

Color convert

RGB184130250-
CMYK0.260.4800.02
HSL267º92.31%74.51%-
HSV(B)267º48%98.04%-
XYZ45.0133.0694.45-
YUV159.83178.89145.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=32.62%
G=23.05%
B=44.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841302500.260.4800.0226792.3174.51
HexB882FA1A300210b5c4b
Octal270202372326002413134113
Binary1011100010000010111110101101011000001010000101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882FA; }

 p { color: rgb(184,130,250); }

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

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

 a { background-color: rgb(184,130,250); }

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

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

 span { border-color: rgb(184,130,250); }

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