#B485DA

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

Shades of Biloba Flower #B485DA

Tints of Biloba Flower #B485DA

Color information

#B485DA (or 0xB485DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and DA. RGB value is (180,133,218). Sum of RGB (Red+Green+Blue) = 180+133+218=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B485DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485DA is #4B7A25. Grayscale: #9C9C9C. Windows color (decimal): -4946470 or 14321076. OLE color: 14321076.

HSL color Cylindrical-coordinate representation of color #B485DA: hue angle of 273.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B485DA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180133218-
CMYK0.170.3900.15
HSL273.18º53.46%68.82%-
HSV(B)273.18º38.99%85.49%-
XYZ39.8631.5470.32-
YUV156.74162.57144.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=33.90%
G=25.05%
B=41.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801332180.170.3900.15273.1853.4668.82
HexB485DA11270F1113545
Octal264205332214701742165105
Binary10110100100001011101101010001100111011111000100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485DA; }

 p { color: rgb(180,133,218); }

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

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

 a { background-color: rgb(180,133,218); }

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

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

 span { border-color: rgb(180,133,218); }

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