#B983FC

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

Shades of Biloba Flower #B983FC

Tints of Biloba Flower #B983FC

Color information

#B983FC (or 0xB983FC) is unknown color: approx Biloba Flower. HEX triplet: B9, 83 and FC. RGB value is (185,131,252). Sum of RGB (Red+Green+Blue) = 185+131+252=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #B983FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B983FC is #467C03. Grayscale: #A0A0A0. Windows color (decimal): -4619268 or 16548793. OLE color: 16548793.

HSL color Cylindrical-coordinate representation of color #B983FC: hue angle of 266.78º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B983FC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185131252-
CMYK0.270.4800.01
HSL266.78º95.28%75.1%-
HSV(B)266.78º48.02%98.82%-
XYZ45.6933.5896.17-
YUV160.94179.39145.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 131 (51.56% from 255) = 23.06%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=32.57%
G=23.06%
B=44.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851312520.270.4800.01266.7895.2875.1
HexB983FC1B300110b5f4b
Octal271203374336001413137113
Binary101110011000001111111100110111100000110000101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983FC; }

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

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

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

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

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

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

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

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