#B07EDF

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

Shades of Biloba Flower #B07EDF

Tints of Biloba Flower #B07EDF

Color information

#B07EDF (or 0xB07EDF) is unknown color: approx Biloba Flower. HEX triplet: B0, 7E and DF. RGB value is (176,126,223). Sum of RGB (Red+Green+Blue) = 176+126+223=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #B07EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07EDF is #4F8120. Grayscale: #979797. Windows color (decimal): -5210401 or 14646960. OLE color: 14646960.

HSL color Cylindrical-coordinate representation of color #B07EDF: hue angle of 270.93º degrees, saturation: 0.6, 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 #B07EDF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176126223-
CMYK0.210.4300.13
HSL270.93º60.25%68.43%-
HSV(B)270.93º43.5%87.45%-
XYZ38.6829.4873.46-
YUV152.01168.06145.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=33.52%
G=24%
B=42.48%

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
Decimal1761262230.210.4300.13270.9360.2568.43
HexB07EDF152B0D10f3c44
Octal260176337255301541774104
Binary1011000011111101101111110101101011011011000011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EDF; }

 p { color: rgb(176,126,223); }

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

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

 a { background-color: rgb(176,126,223); }

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

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

 span { border-color: rgb(176,126,223); }

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