#B786FD

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

Shades of Biloba Flower #B786FD

Tints of Biloba Flower #B786FD

Color information

#B786FD (or 0xB786FD) is unknown color: approx Biloba Flower. HEX triplet: B7, 86 and FD. RGB value is (183,134,253). Sum of RGB (Red+Green+Blue) = 183+134+253=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #B786FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B786FD is #487902. Grayscale: #A1A1A1. Windows color (decimal): -4749571 or 16615095. OLE color: 16615095.

HSL color Cylindrical-coordinate representation of color #B786FD: hue angle of 264.71º 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 #B786FD is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183134253-
CMYK0.280.4700.01
HSL264.71º96.75%75.88%-
HSV(B)264.71º47.04%99.22%-
XYZ45.7834.2197.12-
YUV162.22179.23142.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=32.11%
G=23.51%
B=44.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831342530.280.4700.01264.7196.7575.88
HexB786FD1C2F01109614c
Octal267206375345701411141114
Binary101101111000011011111101111001011110110000100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786FD; }

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

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

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

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

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

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

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

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