#B07FDE

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

Shades of Biloba Flower #B07FDE

Tints of Biloba Flower #B07FDE

Color information

#B07FDE (or 0xB07FDE) is unknown color: approx Biloba Flower. HEX triplet: B0, 7F and DE. RGB value is (176,127,222). Sum of RGB (Red+Green+Blue) = 176+127+222=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #B07FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FDE is #4F8021. Grayscale: #989898. Windows color (decimal): -5210146 or 14581680. OLE color: 14581680.

HSL color Cylindrical-coordinate representation of color #B07FDE: hue angle of 270.95º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07FDE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176127222-
CMYK0.210.4300.13
HSL270.95º59.01%68.43%-
HSV(B)270.95º42.79%87.06%-
XYZ38.6829.6872.8-
YUV152.48167.23144.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=33.52%
G=24.19%
B=42.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761272220.210.4300.13270.9559.0168.43
HexB07FDE152B0D10f3b44
Octal260177336255301541773104
Binary1011000011111111101111010101101011011011000011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FDE; }

 p { color: rgb(176,127,222); }

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

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

 a { background-color: rgb(176,127,222); }

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

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

 span { border-color: rgb(176,127,222); }

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