#B07FDA

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

Shades of Biloba Flower #B07FDA

Tints of Biloba Flower #B07FDA

Color information

#B07FDA (or 0xB07FDA) is unknown color: approx Biloba Flower. HEX triplet: B0, 7F and DA. RGB value is (176,127,218). Sum of RGB (Red+Green+Blue) = 176+127+218=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B07FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FDA is #4F8025. Grayscale: #979797. Windows color (decimal): -5210150 or 14319536. OLE color: 14319536.

HSL color Cylindrical-coordinate representation of color #B07FDA: hue angle of 272.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B07FDA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176127218-
CMYK0.190.4200.15
HSL272.31º55.15%67.65%-
HSV(B)272.31º41.74%85.49%-
XYZ38.1529.4770.01-
YUV152.02165.23145.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=33.78%
G=24.38%
B=41.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761272180.190.4200.15272.3155.1567.65
HexB07FDA132A0F1103744
Octal260177332235201742067104
Binary1011000011111111101101010011101010011111000100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FDA; }

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

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

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

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

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

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

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

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