#B387FD

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

Shades of Biloba Flower #B387FD

Tints of Biloba Flower #B387FD

Color information

#B387FD (or 0xB387FD) is unknown color: approx Biloba Flower. HEX triplet: B3, 87 and FD. RGB value is (179,135,253). Sum of RGB (Red+Green+Blue) = 179+135+253=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #B387FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B387FD is #4C7802. Grayscale: #A1A1A1. Windows color (decimal): -5011459 or 16615347. OLE color: 16615347.

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

Color convert

RGB179135253-
CMYK0.290.4700.01
HSL262.37º96.72%76.08%-
HSV(B)262.37º46.64%99.22%-
XYZ44.983497.12-
YUV161.61179.58140.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 135 (53.12% from 255) = 23.81%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=31.57%
G=23.81%
B=44.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791352530.290.4700.01262.3796.7276.08
HexB387FD1D2F01106614c
Octal263207375355701406141114
Binary101100111000011111111101111011011110110000011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387FD; }

 p { color: rgb(179,135,253); }

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

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

 a { background-color: rgb(179,135,253); }

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

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

 span { border-color: rgb(179,135,253); }

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