#B984FB

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

Shades of Biloba Flower #B984FB

Tints of Biloba Flower #B984FB

Color information

#B984FB (or 0xB984FB) is unknown color: approx Biloba Flower. HEX triplet: B9, 84 and FB. RGB value is (185,132,251). Sum of RGB (Red+Green+Blue) = 185+132+251=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #B984FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B984FB is #467B04. Grayscale: #A0A0A0. Windows color (decimal): -4619013 or 16483513. OLE color: 16483513.

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

Color convert

RGB185132251-
CMYK0.260.4700.02
HSL266.72º93.7%75.1%-
HSV(B)266.72º47.41%98.43%-
XYZ45.6733.7895.38-
YUV161.41178.56144.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=32.57%
G=23.24%
B=44.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851322510.260.4700.02266.7293.775.1
HexB984FB1A2F0210b5e4b
Octal271204373325702413136113
Binary1011100110000100111110111101010111101010000101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984FB; }

 p { color: rgb(185,132,251); }

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

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

 a { background-color: rgb(185,132,251); }

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

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

 span { border-color: rgb(185,132,251); }

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