#B07DE4

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

Shades of Biloba Flower #B07DE4

Tints of Biloba Flower #B07DE4

Color information

#B07DE4 (or 0xB07DE4) is unknown color: approx Biloba Flower. HEX triplet: B0, 7D and E4. RGB value is (176,125,228). Sum of RGB (Red+Green+Blue) = 176+125+228=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #B07DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DE4 is #4F821B. Grayscale: #979797. Windows color (decimal): -5210652 or 14974384. OLE color: 14974384.

HSL color Cylindrical-coordinate representation of color #B07DE4: hue angle of 269.71º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B07DE4 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176125228-
CMYK0.230.4500.11
HSL269.71º65.61%69.22%-
HSV(B)269.71º45.18%89.41%-
XYZ39.2429.577.02-
YUV151.99170.9145.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=33.27%
G=23.63%
B=43.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761252280.230.4500.11269.7165.6169.22
HexB07DE4172D0B10e4245
Octal2601753442755013416102105
Binary10110000111110111100100101111011010101110000111010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DE4; }

 p { color: rgb(176,125,228); }

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

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

 a { background-color: rgb(176,125,228); }

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

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

 span { border-color: rgb(176,125,228); }

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