#B982F7

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

Shades of Biloba Flower #B982F7

Tints of Biloba Flower #B982F7

Color information

#B982F7 (or 0xB982F7) is unknown color: approx Biloba Flower. HEX triplet: B9, 82 and F7. RGB value is (185,130,247). Sum of RGB (Red+Green+Blue) = 185+130+247=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #B982F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982F7 is #467D08. Grayscale: #9F9F9F. Windows color (decimal): -4619529 or 16220857. OLE color: 16220857.

HSL color Cylindrical-coordinate representation of color #B982F7: hue angle of 268.21º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B982F7 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185130247-
CMYK0.250.4700.03
HSL268.21º87.97%73.92%-
HSV(B)268.21º47.37%96.86%-
XYZ44.7832.9992-
YUV159.78177.22145.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 247 (96.88% from 255) = 43.95%
R=32.92%
G=23.13%
B=43.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851302470.250.4700.03268.2187.9773.92
HexB982F7192F0310c584a
Octal271202367315703414130112
Binary1011100110000010111101111100110111101110000110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982F7; }

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

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

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

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

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

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

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

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