#B084DF

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

Shades of Biloba Flower #B084DF

Tints of Biloba Flower #B084DF

Color information

#B084DF (or 0xB084DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 84 and DF. RGB value is (176,132,223). Sum of RGB (Red+Green+Blue) = 176+132+223=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #B084DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084DF is #4F7B20. Grayscale: #9B9B9B. Windows color (decimal): -5208865 or 14648496. OLE color: 14648496.

HSL color Cylindrical-coordinate representation of color #B084DF: hue angle of 269.01º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B084DF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176132223-
CMYK0.210.4100.13
HSL269.01º58.71%69.61%-
HSV(B)269.01º40.81%87.45%-
XYZ39.4831.0673.73-
YUV155.53166.08142.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 132 (51.95% from 255) = 24.86%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=33.15%
G=24.86%
B=42.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761322230.210.4100.13269.0158.7169.61
HexB084DF15290D10d3b46
Octal260204337255101541573106
Binary10110000100001001101111110101101001011011000011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084DF; }

 p { color: rgb(176,132,223); }

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

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

 a { background-color: rgb(176,132,223); }

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

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

 span { border-color: rgb(176,132,223); }

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