#B985FD

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

Shades of Biloba Flower #B985FD

Tints of Biloba Flower #B985FD

Color information

#B985FD (or 0xB985FD) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and FD. RGB value is (185,133,253). Sum of RGB (Red+Green+Blue) = 185+133+253=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #B985FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985FD is #467A02. Grayscale: #A1A1A1. Windows color (decimal): -4618755 or 16614841. OLE color: 16614841.

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

Color convert

RGB185133253-
CMYK0.270.4700.01
HSL266º96.77%75.69%-
HSV(B)266º47.43%99.22%-
XYZ46.1234.1897.1-
YUV162.23179.23144.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=32.40%
G=23.29%
B=44.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851332530.270.4700.0126696.7775.69
HexB985FD1B2F0110a614c
Octal271205375335701412141114
Binary101110011000010111111101110111011110110000101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985FD; }

 p { color: rgb(185,133,253); }

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

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

 a { background-color: rgb(185,133,253); }

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

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

 span { border-color: rgb(185,133,253); }

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