#B185FD

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

Shades of Biloba Flower #B185FD

Tints of Biloba Flower #B185FD

Color information

#B185FD (or 0xB185FD) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and FD. RGB value is (177,133,253). Sum of RGB (Red+Green+Blue) = 177+133+253=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #B185FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185FD is #4E7A02. Grayscale: #9F9F9F. Windows color (decimal): -5143043 or 16614833. OLE color: 16614833.

HSL color Cylindrical-coordinate representation of color #B185FD: hue angle of 262º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B185FD is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177133253-
CMYK0.300.4700.01
HSL262º96.77%75.69%-
HSV(B)262º47.43%99.22%-
XYZ44.2533.2197.01-
YUV159.84180.58140.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=31.44%
G=23.62%
B=44.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771332530.300.4700.0126296.7775.69
HexB185FD1E2F01106614c
Octal261205375365701406141114
Binary101100011000010111111101111101011110110000011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185FD; }

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

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

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

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

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

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

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

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