#B482DA

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

Shades of Biloba Flower #B482DA

Tints of Biloba Flower #B482DA

Color information

#B482DA (or 0xB482DA) is unknown color: approx Biloba Flower. HEX triplet: B4, 82 and DA. RGB value is (180,130,218). Sum of RGB (Red+Green+Blue) = 180+130+218=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B482DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482DA is #4B7D25. Grayscale: #9A9A9A. Windows color (decimal): -4947238 or 14320308. OLE color: 14320308.

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

Color convert

RGB180130218-
CMYK0.170.4000.15
HSL274.09º54.32%68.24%-
HSV(B)274.09º40.37%85.49%-
XYZ39.4630.7370.18-
YUV154.98163.56145.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=34.09%
G=24.62%
B=41.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801302180.170.4000.15274.0954.3268.24
HexB482DA11280F1123644
Octal264202332215001742266104
Binary10110100100000101101101010001101000011111000100101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482DA; }

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

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

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

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

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

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

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

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