#B983FA

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

Shades of Biloba Flower #B983FA

Tints of Biloba Flower #B983FA

Color information

#B983FA (or 0xB983FA) is unknown color: approx Biloba Flower. HEX triplet: B9, 83 and FA. RGB value is (185,131,250). Sum of RGB (Red+Green+Blue) = 185+131+250=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B983FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B983FA is #467C05. Grayscale: #A0A0A0. Windows color (decimal): -4619270 or 16417721. OLE color: 16417721.

HSL color Cylindrical-coordinate representation of color #B983FA: hue angle of 267.23º 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 #B983FA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185131250-
CMYK0.260.4800.02
HSL267.23º92.25%74.71%-
HSV(B)267.23º47.6%98.04%-
XYZ45.3833.4594.51-
YUV160.71178.39145.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=32.69%
G=23.14%
B=44.17%

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
Decimal1851312500.260.4800.02267.2392.2574.71
HexB983FA1A300210b5c4b
Octal271203372326002413134113
Binary1011100110000011111110101101011000001010000101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983FA; }

 p { color: rgb(185,131,250); }

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

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

 a { background-color: rgb(185,131,250); }

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

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

 span { border-color: rgb(185,131,250); }

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