#B484D8

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

Shades of Biloba Flower #B484D8

Tints of Biloba Flower #B484D8

Color information

#B484D8 (or 0xB484D8) is unknown color: approx Biloba Flower. HEX triplet: B4, 84 and D8. RGB value is (180,132,216). Sum of RGB (Red+Green+Blue) = 180+132+216=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #B484D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B484D8 is #4B7B27. Grayscale: #9B9B9B. Windows color (decimal): -4946728 or 14189748. OLE color: 14189748.

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

Color convert

RGB180132216-
CMYK0.170.3900.15
HSL274.29º51.85%68.24%-
HSV(B)274.29º38.89%84.71%-
XYZ39.4731.1668.9-
YUV155.93161.9145.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=34.09%
G=25%
B=40.91%

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
Decimal1801322160.170.3900.15274.2951.8568.24
HexB484D811270F1123444
Octal264204330214701742264104
Binary10110100100001001101100010001100111011111000100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484D8; }

 p { color: rgb(180,132,216); }

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

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

 a { background-color: rgb(180,132,216); }

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

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

 span { border-color: rgb(180,132,216); }

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