#B085E7

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

Shades of Biloba Flower #B085E7

Tints of Biloba Flower #B085E7

Color information

#B085E7 (or 0xB085E7) is unknown color: approx Biloba Flower. HEX triplet: B0, 85 and E7. RGB value is (176,133,231). Sum of RGB (Red+Green+Blue) = 176+133+231=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #B085E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B085E7 is #4F7A18. Grayscale: #9C9C9C. Windows color (decimal): -5208601 or 15173040. OLE color: 15173040.

HSL color Cylindrical-coordinate representation of color #B085E7: hue angle of 266.33º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B085E7 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176133231-
CMYK0.240.4200.09
HSL266.33º67.12%71.37%-
HSV(B)266.33º42.42%90.59%-
XYZ40.7231.7779.59-
YUV157.03169.75141.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 231 (90.62% from 255) = 42.78%
R=32.59%
G=24.63%
B=42.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761332310.240.4200.09266.3367.1271.37
HexB085E7182A0910a4347
Octal2602053473052011412103107
Binary101100001000010111100111110001010100100110000101010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085E7; }

 p { color: rgb(176,133,231); }

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

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

 a { background-color: rgb(176,133,231); }

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

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

 span { border-color: rgb(176,133,231); }

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