#B185FF

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

Shades of Biloba Flower #B185FF

Tints of Biloba Flower #B185FF

Color information

#B185FF (or 0xB185FF) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and FF. RGB value is (177,133,255). Sum of RGB (Red+Green+Blue) = 177+133+255=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B185FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185FF is #4E7A00. Grayscale: #9F9F9F. Windows color (decimal): -5143041 or 16745905. OLE color: 16745905.

HSL color Cylindrical-coordinate representation of color #B185FF: hue angle of 261.64º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B185FF is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177133255-
CMYK0.310.4800
HSL261.64º100%76.08%-
HSV(B)261.64º47.84%100%-
XYZ44.5733.3498.69-
YUV160.06181.58140.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 255 (100% from 255) = 45.13%
R=31.33%
G=23.54%
B=45.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771332550.310.4800261.6410076.08
HexB185FF1F3000106644c
Octal261205377376000406144114
Binary101100011000010111111111111111100000010000011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185FF; }

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

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

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

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

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

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

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

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