#B482EA

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

Shades of Biloba Flower #B482EA

Tints of Biloba Flower #B482EA

Color information

#B482EA (or 0xB482EA) is unknown color: approx Biloba Flower. HEX triplet: B4, 82 and EA. RGB value is (180,130,234). Sum of RGB (Red+Green+Blue) = 180+130+234=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #B482EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B482EA is #4B7D15. Grayscale: #9C9C9C. Windows color (decimal): -4947222 or 15368884. OLE color: 15368884.

HSL color Cylindrical-coordinate representation of color #B482EA: hue angle of 268.85º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B482EA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180130234-
CMYK0.230.4400.08
HSL268.85º71.23%71.37%-
HSV(B)268.85º44.44%91.76%-
XYZ41.6631.6181.75-
YUV156.81171.56144.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=33.09%
G=23.90%
B=43.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801302340.230.4400.08268.8571.2371.37
HexB482EA172C0810d4747
Octal2642023522754010415107107
Binary101101001000001011101010101111011000100010000110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482EA; }

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

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

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

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

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

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

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

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