#B982FA

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

Shades of Biloba Flower #B982FA

Tints of Biloba Flower #B982FA

Color information

#B982FA (or 0xB982FA) is unknown color: approx Biloba Flower. HEX triplet: B9, 82 and FA. RGB value is (185,130,250). Sum of RGB (Red+Green+Blue) = 185+130+250=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #B982FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982FA is #467D05. Grayscale: #9F9F9F. Windows color (decimal): -4619526 or 16417465. OLE color: 16417465.

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

Color convert

RGB185130250-
CMYK0.260.4800.02
HSL267.5º92.31%74.51%-
HSV(B)267.5º48%98.04%-
XYZ45.2533.1894.46-
YUV160.12178.72145.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=32.74%
G=23.01%
B=44.25%

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
Decimal1851302500.260.4800.02267.592.3174.51
HexB982FA1A300210c5c4b
Octal271202372326002414134113
Binary1011100110000010111110101101011000001010000110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982FA; }

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

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

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

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

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

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

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

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