#B185EC

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

Shades of Biloba Flower #B185EC

Tints of Biloba Flower #B185EC

Color information

#B185EC (or 0xB185EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and EC. RGB value is (177,133,236). Sum of RGB (Red+Green+Blue) = 177+133+236=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B185EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185EC is #4E7A13. Grayscale: #9D9D9D. Windows color (decimal): -5143060 or 15500721. OLE color: 15500721.

HSL color Cylindrical-coordinate representation of color #B185EC: hue angle of 265.63º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B185EC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177133236-
CMYK0.250.4400.07
HSL265.63º73.05%72.35%-
HSV(B)265.63º43.64%92.55%-
XYZ41.6632.1883.37-
YUV157.9172.08141.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=32.42%
G=24.36%
B=43.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771332360.250.4400.07265.6373.0572.35
HexB185EC192C0710a4948
Octal261205354315407412111110
Binary10110001100001011110110011001101100011110000101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185EC; }

 p { color: rgb(177,133,236); }

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

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

 a { background-color: rgb(177,133,236); }

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

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

 span { border-color: rgb(177,133,236); }

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