#B185ED

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

Shades of Biloba Flower #B185ED

Tints of Biloba Flower #B185ED

Color information

#B185ED (or 0xB185ED) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and ED. RGB value is (177,133,237). Sum of RGB (Red+Green+Blue) = 177+133+237=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #B185ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185ED is #4E7A12. Grayscale: #9D9D9D. Windows color (decimal): -5143059 or 15566257. OLE color: 15566257.

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

Color convert

RGB177133237-
CMYK0.250.4400.07
HSL265.38º74.29%72.55%-
HSV(B)265.38º43.88%92.94%-
XYZ41.8132.2484.14-
YUV158.01172.58141.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=32.36%
G=24.31%
B=43.33%

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
Decimal1771332370.250.4400.07265.3874.2972.55
HexB185ED192C071094a49
Octal261205355315407411112111
Binary10110001100001011110110111001101100011110000100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185ED; }

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

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

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

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

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

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

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

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