#B781FD

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

Shades of Biloba Flower #B781FD

Tints of Biloba Flower #B781FD

Color information

#B781FD (or 0xB781FD) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and FD. RGB value is (183,129,253). Sum of RGB (Red+Green+Blue) = 183+129+253=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #B781FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781FD is #487E02. Grayscale: #9E9E9E. Windows color (decimal): -4750851 or 16613815. OLE color: 16613815.

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

Color convert

RGB183129253-
CMYK0.280.4900.01
HSL266.13º96.88%74.9%-
HSV(B)266.13º49.01%99.22%-
XYZ45.1132.8696.89-
YUV159.28180.89144.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=32.39%
G=22.83%
B=44.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831292530.280.4900.01266.1396.8874.9
HexB781FD1C310110a614b
Octal267201375346101412141113
Binary101101111000000111111101111001100010110000101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781FD; }

 p { color: rgb(183,129,253); }

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

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

 a { background-color: rgb(183,129,253); }

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

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

 span { border-color: rgb(183,129,253); }

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