#B484EF

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

Shades of Biloba Flower #B484EF

Tints of Biloba Flower #B484EF

Color information

#B484EF (or 0xB484EF) is unknown color: approx Biloba Flower. HEX triplet: B4, 84 and EF. RGB value is (180,132,239). Sum of RGB (Red+Green+Blue) = 180+132+239=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #B484EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B484EF is #4B7B10. Grayscale: #9E9E9E. Windows color (decimal): -4946705 or 15697076. OLE color: 15697076.

HSL color Cylindrical-coordinate representation of color #B484EF: hue angle of 266.92º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B484EF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180132239-
CMYK0.250.4500.06
HSL266.92º76.98%72.75%-
HSV(B)266.92º44.77%93.73%-
XYZ42.6532.4485.67-
YUV158.55173.4143.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=32.67%
G=23.96%
B=43.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801322390.250.4500.06266.9276.9872.75
HexB484EF192D0610b4d49
Octal264204357315506413115111
Binary10110100100001001110111111001101101011010000101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484EF; }

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

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

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

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

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

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

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

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